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.
 
bruce and mark thank you very very much guys!

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