Validator Control on more textbox control

  • Thread starter Thread starter marko
  • Start date Start date
M

marko

Hi,
it is possible to use a Validator control of asp.net on more controls.
If I have two controls of type text, I can use an only Validator?

Thanks to all Marko
 
Hi, at least CustomValidator you can since it can be applied without
ControlToValidate attrbute being specified, it then fires on every button
click / postback.
 

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