| Author: Rajesh Kumar 01 Dec 2007 | Member Level: Silver | Rating: Points: 2 |
Hai
You can use AJAX in Client side. In submitted page(.asp or .aspx page) through AJAX you can validate the username and password using server side script. If username and password is correct then response.write "True" else response.write "False".
Then, In calling page, using javascript we display alert.
That ajax is very responsive .
|