Link to home
Start Free TrialLog in
Avatar of webressurs
webressursFlag for Norway

asked on

asp:RequiredFieldValidator, show popup if some fields dont validate

I have a form with many text- controls that is validated using asp:RequiredFieldValidator. Is there any way to display a popup message if some of the controls dont validate (misiing text)? I need this because some of the fields is hard to find, and the users dont understand why the form inputs isnt saved when one/many fields is missing...

By the way, the controls that I validate is inside a Ajax:TabPanel!
SOLUTION
Avatar of apresto
apresto
Flag of Italy image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
OOPS so late

follow the links in

https://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q__24245344.html

to get the item from ajax panel
Thanks for the grade. Happy i could help
Apresto