Click here to Skip to main content
15,886,588 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: user control event dosen't fire up Pin
sivarajanb30-Oct-07 23:25
sivarajanb30-Oct-07 23:25 
QuestionDataGrid problem in asp.net Pin
ShuklaGirish30-Oct-07 22:50
ShuklaGirish30-Oct-07 22:50 
AnswerRe: DataGrid problem in asp.net Pin
Big Ralph30-Oct-07 23:05
Big Ralph30-Oct-07 23:05 
QuestionLocalize time out error message of asynchronous postback in ASP.NET AJAX Pin
Urs Enzler30-Oct-07 22:46
Urs Enzler30-Oct-07 22:46 
AnswerRe: Ajax Pin
Christian Graus30-Oct-07 23:13
protectorChristian Graus30-Oct-07 23:13 
GeneralRe: Ajax Pin
Michael Schubert30-Oct-07 23:26
Michael Schubert30-Oct-07 23:26 
QuestionHow can I run a .exe file on the client side with asp.net 2.0 Pin
Big Ralph30-Oct-07 22:37
Big Ralph30-Oct-07 22:37 
AnswerRe: How can I run a .exe file on the client side with asp.net 2.0 Pin
Braulio Dez30-Oct-07 23:00
Braulio Dez30-Oct-07 23:00 
This is a tetchy issue...

for security reasons you can not launch an EXE from ASP .net on the client side (... any hacker could just launch evil exe's).

But... if you can:

- If you want to just pregenarate an Office doc, you can send it as an stream to the client setting the content file to Excel or Word, it will open the excel file on the client side, maybe embedded on the nagivator.

- If you want to open an empty excel file you could send that as an stream (An empty excel file), following the same approach as the previous bullet.

- If you need to be able to execute the exe and you are on an intranet, on possiblity could be to have an ActiveX control that is installed on the client machine, BUT That's quite risky, I won't do that (security hole).

HTH
Braulio

/// -------------------------
     Braulio Díez

     tipsdotnet.com
/// -------------------------

GeneralRe: How can I run a .exe file on the client side with asp.net 2.0 Pin
Big Ralph30-Oct-07 23:07
Big Ralph30-Oct-07 23:07 
GeneralRe: How can I run a .exe file on the client side with asp.net 2.0 Pin
Braulio Dez31-Oct-07 0:52
Braulio Dez31-Oct-07 0:52 
Questionto get javactript variable value in code behind Pin
P_Elza30-Oct-07 22:13
P_Elza30-Oct-07 22:13 
AnswerRe: to get javactript variable value in code behind Pin
Christian Graus30-Oct-07 22:25
protectorChristian Graus30-Oct-07 22:25 
QuestionRe: to get javactript variable value in code behind Pin
P_Elza30-Oct-07 22:43
P_Elza30-Oct-07 22:43 
AnswerRe: to get javactript variable value in code behind Pin
Sandeep Akhare30-Oct-07 23:09
Sandeep Akhare30-Oct-07 23:09 
GeneralRe: to get javactript variable value in code behind Pin
P_Elza30-Oct-07 23:30
P_Elza30-Oct-07 23:30 
GeneralRe: to get javactript variable value in code behind Pin
Sandeep Akhare30-Oct-07 23:36
Sandeep Akhare30-Oct-07 23:36 
GeneralRe: to get javactript variable value in code behind Pin
P_Elza30-Oct-07 23:40
P_Elza30-Oct-07 23:40 
GeneralRe: to get javactript variable value in code behind Pin
Sandeep Akhare30-Oct-07 23:47
Sandeep Akhare30-Oct-07 23:47 
GeneralRe: to get javactript variable value in code behind Pin
P_Elza30-Oct-07 23:54
P_Elza30-Oct-07 23:54 
GeneralRe: to get javactript variable value in code behind Pin
Sandeep Akhare30-Oct-07 23:58
Sandeep Akhare30-Oct-07 23:58 
GeneralRe: to get javactript variable value in code behind Pin
P_Elza31-Oct-07 0:02
P_Elza31-Oct-07 0:02 
GeneralRe: to get javactript variable value in code behind Pin
P_Elza31-Oct-07 0:05
P_Elza31-Oct-07 0:05 
GeneralRe: to get javactript variable value in code behind Pin
Sandeep Akhare31-Oct-07 0:14
Sandeep Akhare31-Oct-07 0:14 
GeneralRe: to get javactript variable value in code behind Pin
P_Elza31-Oct-07 0:28
P_Elza31-Oct-07 0:28 
AnswerRe: to get javactript variable value in code behind Pin
Christian Graus30-Oct-07 23:49
protectorChristian Graus30-Oct-07 23:49 

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.