How to assign the value of the java script variable to a server side variable in C# code behind code

  • Thread starter Thread starter ravindravarman
  • Start date Start date
R

ravindravarman

I need to assing some value from the java script variable in the .aspx
page to a server side variable in the .aspx.cs page.

Can any one help me with this?

Thanks,
Ravi
 
Hello (e-mail address removed),

Assign variable value to the hidden control, make form.post and then into
the Page_Load get your variable from the hidden control

---
WBR, Michael Nemtsev [C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
 
Back
Top