Need my button event to read my asp:label's text...that was modified with JavaScript?

  • Thread starter Thread starter sheuerman
  • Start date Start date
S

sheuerman

Guest
When my server-side code runs, it doesn't see the JavaScript-modified value of the asp:label. Is there a way that I can modify the value of SOMETHING (label, textbox, whatever) with JavaScript and pick up the value when I run a server event like a asp:button click? Thanks in advance!
 
Back
Top