Click here to Skip to main content
16,004,901 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: End session event handler Pin
Guffa6-Sep-07 9:29
Guffa6-Sep-07 9:29 
AnswerRe: Datagrid Pin
Christian Graus6-Sep-07 3:20
protectorChristian Graus6-Sep-07 3:20 
GeneralRe: Datagrid Pin
nandhububbly6-Sep-07 3:23
nandhububbly6-Sep-07 3:23 
Questionhow to do email address validation in javascript Pin
laxmank6-Sep-07 3:07
laxmank6-Sep-07 3:07 
AnswerRe: how to do email address validation in javascript Pin
John-ph6-Sep-07 3:13
John-ph6-Sep-07 3:13 
AnswerRe: how to do email address validation in javascript Pin
Sandeep Akhare6-Sep-07 3:16
Sandeep Akhare6-Sep-07 3:16 
AnswerRe: how to do email address validation in javascript Pin
Shujaat Ullah Khan6-Sep-07 20:37
Shujaat Ullah Khan6-Sep-07 20:37 
QuestionHow to run a DTS package from a webpage in asp.net Pin
MissionSuccess6-Sep-07 2:34
MissionSuccess6-Sep-07 2:34 
dear all
i have to run a dts package to dump a table's data to a shared drive.
i want to provide this facility to my End Users.
whenever they want they shd be able to run that DTS on click of a button
for this i have done the following code......


Try
Dim dtsp As New DTS.Package
dtsp.LoadFromSQLServer( _
ServerName:="servername", _
ServerUserName:="UID", _
ServerPassword:="PWD", _
PackageName:="PackageName")
dtsp.Execute()
Catch ex As Exception
lblError.Text = ex.Message
End Try


when i run it it does not give any error neither it gives me the desired file,which should be generated after running the dts.

on the other hand when i run it manually it generates the same.


any suggetion


AnswerRe: How to run a DTS package from a webpage in asp.net Pin
John-ph6-Sep-07 3:08
John-ph6-Sep-07 3:08 
GeneralRe: How to run a DTS package from a webpage in asp.net Pin
MissionSuccess6-Sep-07 3:21
MissionSuccess6-Sep-07 3:21 
QuestionSerial Number column in DataList Pin
yogesh_kumar_agarwal6-Sep-07 1:52
yogesh_kumar_agarwal6-Sep-07 1:52 
AnswerRe: Serial Number column in DataList Pin
John-ph6-Sep-07 2:02
John-ph6-Sep-07 2:02 
GeneralRe: Serial Number column in DataList Pin
yogesh_kumar_agarwal6-Sep-07 2:09
yogesh_kumar_agarwal6-Sep-07 2:09 
GeneralRe: Serial Number column in DataList Pin
John-ph6-Sep-07 2:25
John-ph6-Sep-07 2:25 
QuestionControls are absolute positioned by default Pin
kunal_gct6-Sep-07 1:40
kunal_gct6-Sep-07 1:40 
AnswerRe: Controls are absolute positioned by default Pin
Urs Enzler6-Sep-07 1:44
Urs Enzler6-Sep-07 1:44 
GeneralRe: Controls are absolute positioned by default Pin
kunal_gct6-Sep-07 1:58
kunal_gct6-Sep-07 1:58 
AnswerRe: Controls are absolute positioned by default Pin
Imran Khan Pathan6-Sep-07 1:44
Imran Khan Pathan6-Sep-07 1:44 
AnswerRe: Controls are absolute positioned by default Pin
John-ph6-Sep-07 1:53
John-ph6-Sep-07 1:53 
QuestionHow to get list of all check box control on web page Pin
findtango6-Sep-07 0:56
findtango6-Sep-07 0:56 
AnswerRe: How to get list of all check box control on web page Pin
Sandeep Akhare6-Sep-07 0:59
Sandeep Akhare6-Sep-07 0:59 
QuestionForm Authentication Pin
bhattiprolu6-Sep-07 0:43
bhattiprolu6-Sep-07 0:43 
AnswerRe: Form Authentication Pin
Sandeep Akhare6-Sep-07 0:45
Sandeep Akhare6-Sep-07 0:45 
QuestionGRIDVIEW: HOW TO: change a value in a cell Pin
shvoong6-Sep-07 0:36
shvoong6-Sep-07 0:36 
AnswerRe: GRIDVIEW: HOW TO: change a value in a cell Pin
Sandeep Akhare6-Sep-07 0:42
Sandeep Akhare6-Sep-07 0:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.