hidden field

  • Thread starter Thread starter Joël
  • Start date Start date
J

Joël

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.
 
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">
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top