Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Store javascript variable in a C# variable.

Status
Not open for further replies.

josh9999

Programmer
Nov 18, 2004
7
US
Lets say I have

Response.Write("<script> var nm =document.ContactForm.Name.value;</script>");

Is there a way to store nm in a C# string variable.
string name = nm;

Please suggest
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top