Client side changes not reflected in page

  • Thread starter Thread starter Guest
  • Start date Start date
the above result is the same, if I use a span with runat="server"!

That's right - these "label"-type fields are not posted back to the server,
because (I suppose) they do not permit data entry...
So, how do I tell asp.net to remember those values set by javascript?

Easiest method is to use a hidden field.
 
You mean, update the hidden field when updating the label (at the same time)?
 
bruce and mark thank you very very much guys!

I'll try your (very useful ... I guess) suggestions!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top