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!
follow the links in
https://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q__24245344.html
to get the item from ajax panel