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.
 
Back
Top