That's right, client changes to a Label won't propagate to the server. You
can copy the text into a hidden input control to pass it on.

Signature
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net
> When I use an ASP:Label with runat="server", and in JavaScript I use
> innerText on the ASP:Label, the Text property is not reflected in an event
[quoted text clipped - 3 lines]
>
> Thanks