Hidden Textbox

  • Thread starter Thread starter Brent Burkart
  • Start date Start date
B

Brent Burkart

I have a textbox that is being used for a CustomValidator control,
however I would like that textbox to be hidden. If I set the visible
property to false, the CustomValidator will not work.

Any thoughts?
 
Not sure if this will work, but can you use the HiddenTextBox from the HTML
tab of your toolbox?
Make sure to set it to run as a server control.

Otherwise you might try putting your standard visible textbox into a div
that is hidden.
 

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