M
Mark Rae
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.