Click here to Skip to main content
15,888,026 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to append DB values to a String Pin
srinivaskonijeti24-Oct-08 0:41
srinivaskonijeti24-Oct-08 0:41 
AnswerRe: How to append DB values to a String Pin
meeram39524-Oct-08 1:33
meeram39524-Oct-08 1:33 
AnswerRe: How to append DB values to a String Pin
Nouman Bhatti24-Oct-08 1:56
Nouman Bhatti24-Oct-08 1:56 
AnswerRe: How to append DB values to a String Pin
AlexeiXX324-Oct-08 4:51
AlexeiXX324-Oct-08 4:51 
QuestionLocking of Records Pin
HatakeKaKaShi24-Oct-08 0:16
HatakeKaKaShi24-Oct-08 0:16 
AnswerRe: Locking of Records Pin
AhsanS24-Oct-08 0:33
AhsanS24-Oct-08 0:33 
QuestionIssue with cookies while using Mac Safari browser Pin
immu523-Oct-08 23:57
immu523-Oct-08 23:57 
Questioncan Exe File is Executed on localhost in asp.net? Pin
raghvendrapanda23-Oct-08 23:51
raghvendrapanda23-Oct-08 23:51 
i have attached exe file on asp.net page it was running well but when it was host to webserver it was creating problem.code given below:

System.Diagnostics.Process process1 = new System.Diagnostics.Process();

// Set the directory where the file resides

process1.StartInfo.WorkingDirectory = Request.MapPath("~/");

// Set the filename name of the file you want to open

process1.StartInfo.FileName = Request.MapPath("hard_disk_serialNo.exe");



// Start the process
process1.Start();
Thanks in Advance
AnswerRe: can Exe File is Executed on localhost in asp.net? Pin
AhsanS24-Oct-08 0:06
AhsanS24-Oct-08 0:06 
GeneralRe: can Exe File is Executed on localhost in asp.net? Pin
Paddy Boyd24-Oct-08 2:30
Paddy Boyd24-Oct-08 2:30 
GeneralRe: can Exe File is Executed on localhost in asp.net? Pin
J4amieC24-Oct-08 3:18
J4amieC24-Oct-08 3:18 
AnswerRe: can Exe File is Executed on localhost in asp.net? Pin
Kannan Ar24-Oct-08 0:25
professionalKannan Ar24-Oct-08 0:25 
AnswerRe: can Exe File is Executed on localhost in asp.net? Pin
Paddy Boyd24-Oct-08 2:32
Paddy Boyd24-Oct-08 2:32 
AnswerRe: can Exe File is Executed on localhost in asp.net? Pin
Shyam Bharath24-Oct-08 3:49
Shyam Bharath24-Oct-08 3:49 
QuestionHow to set dynamic error message for custom validator Pin
NilCodeProject23-Oct-08 23:26
NilCodeProject23-Oct-08 23:26 
QuestionProblem with Ajax Tool and Validation Control Pin
gautamamit823-Oct-08 22:51
gautamamit823-Oct-08 22:51 
AnswerRe: Problem with Ajax Tool and Validation Control Pin
sumit703423-Oct-08 23:08
sumit703423-Oct-08 23:08 
QuestionLDAP Optional Parameters Pin
Hanumanth200023-Oct-08 21:28
Hanumanth200023-Oct-08 21:28 
Questionhow to pass values from one page to other page in post mechanism ? Pin
King Shez23-Oct-08 21:15
King Shez23-Oct-08 21:15 
AnswerRe: how to pass values from one page to other page in post mechanism ? Pin
John Gathogo23-Oct-08 21:30
John Gathogo23-Oct-08 21:30 
AnswerRe: how to pass values from one page to other page in post mechanism ? Pin
N a v a n e e t h23-Oct-08 21:32
N a v a n e e t h23-Oct-08 21:32 
QuestionLogin failed for user ''. The user is not associated with a trusted SQL Server connection. Pin
reogeo200823-Oct-08 21:08
reogeo200823-Oct-08 21:08 
AnswerRe: Login failed for user ''. The user is not associated with a trusted SQL Server connection. Pin
John Gathogo23-Oct-08 21:27
John Gathogo23-Oct-08 21:27 
GeneralRe: Login failed for user ''. The user is not associated with a trusted SQL Server connection. Pin
reogeo200823-Oct-08 23:43
reogeo200823-Oct-08 23:43 
GeneralRe: Login failed for user ''. The user is not associated with a trusted SQL Server connection. Pin
Ashfield24-Oct-08 1:47
Ashfield24-Oct-08 1:47 

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.