I was developing a login and registration page in Asp.net web application.
Here, I've already had "register button" to submit a form. And under every textboxes I inserted "Field Validator".
this works fine.
https://imgur.com/U3LMe7i
I've attached "login" button to redirect the user to login.aspx. But the problem is, when I click the login button the "Field Validator" asks me to enter the details.
https://imgur.com/t9MIVIG
https://imgur.com/AaWL0LN
Can anyone help me to rectify this?