tags:

views:

29

answers:

2

Hi,

Is it possible to use asp:RequiredFieldValidator and asp:RegularExpressionValidator for a single textbox.

Kind Regards, Geetha

+1  A: 

Yes you can, just bind both to the same TextBox/whatever control you want to validate.

Ian Kemp
+1  A: 

yes. Just put them both on your page and set their controlToValidate to the same control

Paul