web forms
C#
2
Posts
2
Posters
0
Views
1
Watching
-
How to set
string myString= javascript_string;
where myString is a string created by c# and javascript_string is a string created with java script on the same formYou need to submit the JavaScript string so that the server (aka C#) has access to it in the post-back. Try adding a
TextBox
and setting it using JavaScript. Then, when you submit the form, you should get the new value. Michael Flanakin Web Log