Hello, i am having thit problem with nyroModal (1.4.2)...
I have a page that has to open a login modal, i have another page with the
login form (all pages are .aspx). The modal with the form opens fine
($('#buttonToForm').nyroModal();), but the problem is that in the code
behind of the form, i have to check the login when the button of the login
form is clicked (OnClick event in asp:Button), but the problem is that if
the user and pass are wrong, then a message should appear, but the problem
is that the form page isPostBack, and the modal is closed and i see the
page form, but not the modal.
I hope you can help me, thanks!