Is there a web control that I can use that acts like a <Input type=hidden...>? I thought about using a label with it's text the same color as the background. Is there a better way?
James
Printable View
Is there a web control that I can use that acts like a <Input type=hidden...>? I thought about using a label with it's text the same color as the background. Is there a better way?
James
Forget message previous post. I did not know that the server would be able to process the values stored in a web control that has visible=false. I tried it and it works.
James
To answer your original question anyway, you can set that hidden input to runat="server" and then use it at the server. Make sure it has an ID (It's useless without it) and then declare the control on your code page AS HTMLCONTROL.