hi,
I am using a form validation in ASP. I made a simple html form in which i take input from user his name,password,confrim password and full name and while submitting i call an asp file in which i request all the feilds from the html form.
In this asp page i validate the username that it exists or not .Can i also validate that password and the confirm password is same or not.