asp application
prasath_s01 | Posted 6:48am 19. June 2008 Server Time |
hi all,
i m new to asp. This is my first application. I m doing login page . (login.asp)
As usual it has usrename , password textbox and alogin button .
i need to do client side validation for mandatory fields and
I need to do server side validations to check for the hardcoded username and password ....
if it matches i have to redirect to another page(content.asp) ...
can any one help me pls |