Link to home
Create AccountLog 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
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
ASKER CERTIFIED SOLUTION
Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
SOLUTION
Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
SOLUTION
Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
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