Hello,
Is there a way to set a hidden INPUT field's value to let's say a ASP Textbox's value? I am not sure of the proper syntax to use for this. E.g.
<input type="hidden" name="uid" id="uid" value="<%=Username.ClientID%>" runat="server" />
The above is incorrect, I even tried Username.Text, but had no luck.