Groups | Blog | Home
all groups > asp.net > june 2003 >

asp.net : hidden field


Steve C. Orr, MCSD
6/30/2003 2:34:51 PM
You can drag a hidden control onto your webform from the HTML section of the
VS.NET toolbox. Here is the equivalent HTML:

<INPUT type="hidden" id="Hidden1" name="Hidden1" runat="server">

--
I hope this helps,
Steve C. Orr, MCSD
http://Steve.Orr.net


[quoted text, click to view]

Joël
6/30/2003 11:17:28 PM
hi!
Is it possible to have a textbox web server control as hidden ? and how ?
When I use the visible property the textbox isn't rendered.

AddThis Social Bookmark Button