Click here to Skip to main content
16,007,843 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
In my project,open the signin window using ajax modal popup extender in which textboxes for username,password & one signin button,
so when any user enter there wrong username or password then message box is open "Incrrect username or password",but in these case i want to do not close the signin window & these message box is open.
at currently all are work well but when these message box is open the modal popup is close.
Thanx.
Posted
Updated 24-May-11 20:11pm
v2
Comments
R. Giskard Reventlov 25-May-11 3:29am    
Why not just use a ValidationSummary control??? (http://www.w3schools.com/aspnet/control_validationsummary.asp)

1 solution

If the validation check is happening in client side, then the popup window willnot close.
If you are do the validation in server side then it closes.
Try to re-open the popup again , after your server side validation.

You can achive the same server side validation via Client side call using PageMethod Concepts.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900