I am using a Jquery dialog popup for users to login to my page. On submit and an invalid username password my dialog closes and when user tries to open the login dialog again he or she will see the error message thrown during login. How do i stop my jquery dialog to close during a postback ?
Share
not unless it’s an ajax postback.