Link to home
Start Free TrialLog in
Avatar of sana khan
sana khanFlag for India

asked on

Just a query

I have just a query that if i put required field validator in the forms and also wants to  enable a pop message that shows up ‘please complete the mandatory fields’, if any of the required field is not filled.
Will it be possible, that alert will generate
Avatar of Ryan Chong
Ryan Chong
Flag of Singapore image

try look for ValidationSummary control.

examples:

How to use ValidationSummary control in asp.net
https://asp-net-example.blogspot.sg/2008/10/validationsummary-example-how-to-use.html

ValidationSummary
http://www.tutorialsteacher.com/mvc/htmlhelper-validationsummary
Avatar of sana khan

ASKER

yes i tried validation summary it is working but in validation summary i just want to display the summary in alert only but the summary is also displaying below the text-box where i have put the validation summary how to hide that
i don't quite get what you trying to explain in your last comment.

can you share some codes with us here?
ASKER CERTIFIED SOLUTION
Avatar of sana khan
sana khan
Flag of India 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
Issue solved