Click here to Skip to main content
15,905,612 members
Home / Discussions / C#
   

C#

 
AnswerRe: I have Macros in Excel and I want it to run through my application in .NET Pin
Member 447035429-Dec-08 8:43
Member 447035429-Dec-08 8:43 
GeneralRe: I have Macros in Excel and I want it to run through my application in .NET Pin
sejal1231-Jan-09 23:27
sejal1231-Jan-09 23:27 
QuestionRun exe from web page Pin
yesu prakash28-Dec-08 21:11
yesu prakash28-Dec-08 21:11 
AnswerRe: Run exe from web page Pin
N a v a n e e t h28-Dec-08 21:48
N a v a n e e t h28-Dec-08 21:48 
GeneralRe: Run exe from web page Pin
yesu prakash28-Dec-08 22:11
yesu prakash28-Dec-08 22:11 
GeneralRe: Run exe from web page Pin
N a v a n e e t h28-Dec-08 22:32
N a v a n e e t h28-Dec-08 22:32 
GeneralRe: Run exe from web page Pin
yesu prakash28-Dec-08 23:01
yesu prakash28-Dec-08 23:01 
GeneralRe: Run exe from web page Pin
Dave Kreskowiak29-Dec-08 1:59
mveDave Kreskowiak29-Dec-08 1:59 
Your not getting the result you expect. All ASP.NET code runs entirely on the server and generates HTML pages which are sent to the client. So, on your server, you're trying to execute Notepad or something else, which will only result in the app being launched ON THE SERVER. You cannot launch an executable on the browser side from ASP.NET code. It can only be done, IF AND ONLY IF, the clients browser security settings are relaxed and only from client-side Java, JavaScript, or VBScript code.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




Questionhow to use the login controls in asp.net ? Pin
venkatnara28-Dec-08 20:26
venkatnara28-Dec-08 20:26 
AnswerRe: how to use the login controls in asp.net ? Pin
Brij28-Dec-08 20:57
mentorBrij28-Dec-08 20:57 
Questionhow to use Connection Zone in Webpart Control Pin
faizicrazy28-Dec-08 19:55
faizicrazy28-Dec-08 19:55 
QuestionRecommend T-SQL book? Pin
George_George28-Dec-08 19:37
George_George28-Dec-08 19:37 
AnswerRe: Recommend T-SQL book? Pin
N a v a n e e t h28-Dec-08 19:45
N a v a n e e t h28-Dec-08 19:45 
GeneralRe: Recommend T-SQL book? Pin
George_George28-Dec-08 19:50
George_George28-Dec-08 19:50 
GeneralRe: Recommend T-SQL book? Pin
Luis Alonso Ramos28-Dec-08 20:04
Luis Alonso Ramos28-Dec-08 20:04 
GeneralRe: Recommend T-SQL book? Pin
George_George28-Dec-08 20:17
George_George28-Dec-08 20:17 
QuestionWill the connection close? Pin
Rafferty Uy28-Dec-08 19:15
Rafferty Uy28-Dec-08 19:15 
AnswerRe: Will the connection close? Pin
rah_sin28-Dec-08 19:21
professionalrah_sin28-Dec-08 19:21 
GeneralRe: Will the connection close? Pin
Rafferty Uy28-Dec-08 19:24
Rafferty Uy28-Dec-08 19:24 
GeneralRe: Will the connection close? Pin
N a v a n e e t h28-Dec-08 19:28
N a v a n e e t h28-Dec-08 19:28 
GeneralRe: Will the connection close? Pin
Rafferty Uy28-Dec-08 19:32
Rafferty Uy28-Dec-08 19:32 
GeneralRe: Will the connection close? Pin
rah_sin28-Dec-08 19:32
professionalrah_sin28-Dec-08 19:32 
GeneralRe: Will the connection close? Pin
Rafferty Uy28-Dec-08 19:41
Rafferty Uy28-Dec-08 19:41 
AnswerRe: Will the connection close? Pin
N a v a n e e t h28-Dec-08 19:24
N a v a n e e t h28-Dec-08 19:24 
QuestionAn Error: " * Backup failed for Server '' * " Pin
Sanket K Joshi28-Dec-08 19:05
Sanket K Joshi28-Dec-08 19:05 

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.