Click here to Skip to main content
16,009,057 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: how to read txt file using java script Pin
Sandeep Akhare31-Oct-07 3:58
Sandeep Akhare31-Oct-07 3:58 
AnswerRe: how to read txt file using java script Pin
Arif patel31-Oct-07 4:13
Arif patel31-Oct-07 4:13 
Questionuser control event dosen't fire up Pin
sivarajanb30-Oct-07 22:58
sivarajanb30-Oct-07 22:58 
AnswerRe: user control event dosen't fire up Pin
Sandeep Akhare30-Oct-07 23:11
Sandeep Akhare30-Oct-07 23:11 
AnswerRe: user control event dosen't fire up Pin
Imran Khan Pathan30-Oct-07 23:13
Imran Khan Pathan30-Oct-07 23:13 
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 
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 
OK don't add ToString();
just add
string val=txtHidden.Value;

And be sure that txtHidden is decalared in your application such as
System.Web.UI.HtmlControls.HtmlInputHidden txtHidden;


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: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 

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.