Click here to Skip to main content
15,885,278 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
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 
i think this value that you are initialzing in javascript won't persist.
Do one thing Add hidden variable runat server and assign value to that hidden varaible and use that hidden varaible at server side like this

 var label1=document.getElementById('hidden');<br />
<br />
       label1.value="Sandeep";<br />

and at the server side just get the value from it
hidden.Value that will return you string

Thanks and Regards
Sandeep

If If you look at what you do not have in life, you don't have anything,
If you look at what you have in life, you have everything... "




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 
GeneralRe: to get javactript variable value in code behind Pin
P_Elza31-Oct-07 0:15
P_Elza31-Oct-07 0:15 
AnswerRe: to get javactript variable value in code behind Pin
Kasi Viswanathan30-Oct-07 22:30
Kasi Viswanathan30-Oct-07 22:30 
GeneralRe: to get javactript variable value in code behind Pin
Sandeep Akhare30-Oct-07 22:35
Sandeep Akhare30-Oct-07 22:35 
GeneralRe: to get javactript variable value in code behind Pin
P_Elza30-Oct-07 22:52
P_Elza30-Oct-07 22:52 
AnswerRe: to get javactript variable value in code behind Pin
Samariya prakash2-Nov-07 3:58
Samariya prakash2-Nov-07 3:58 
Questionbind the values to arraylist and hashtable..., Pin
Member 387988130-Oct-07 21:46
Member 387988130-Oct-07 21:46 

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.