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

ASP.NET

 
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 
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 
i have done that also....

SET QUOTED_IDENTIFIER ON
GO
SET ANSI_NULLS ON
GO


ALTER PROCEDURE usp_ImportData AS
begin
DECLARE @DTSRUNCommand as varchar(255)
SET @DTSRUNCommand =
'DTSRUN /N ' +
'PackageName /E /S ' +
'@@ServerName'
EXEC master..xp_cmdshell @DTSRUNCommand

end


GO
SET QUOTED_IDENTIFIER OFF
GO
SET ANSI_NULLS ON
GO


it gives me some permission problem.

DTSRun: Loading...

Error: -2147467259 (80004005); Provider Error: 17 (11)
Error string: [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied.
Error source: Microsoft OLE DB Provider for SQL Server
Help file:
Help context: 0

NULL


what to do..

i am system admin on the Server.
And i have all the rights.




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 
AnswerRe: GRIDVIEW: HOW TO: change a value in a cell Pin
Imran Khan Pathan6-Sep-07 0:56
Imran Khan Pathan6-Sep-07 0:56 
GeneralRe: GRIDVIEW: HOW TO: change a value in a cell Pin
shvoong6-Sep-07 2:54
shvoong6-Sep-07 2:54 

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.