I have a login page that has a "if you forgot your password, click here" link button that opens a ModalPopup for the user to retrieve their password.
What I would like to do is when a user enters an invalid login, the ValidationSummary tells them it's invalid, and also contains another "if you forgot your password, click here" link for the ModalPopup to be accessed this way as well.
Is there a way for me to add this functionality to the ValidationSummary?
Thanks for any help!
What I would like to do is when a user enters an invalid login, the ValidationSummary tells them it's invalid, and also contains another "if you forgot your password, click here" link for the ModalPopup to be accessed this way as well.
Is there a way for me to add this functionality to the ValidationSummary?
Thanks for any help!