PDA

View Full Version : How to create a login page using asp.net?



johns123
14 May 2010, 07:49 AM
How to create a login page using asp.net?

Rash
15 May 2010, 06:45 AM
Hi,

.Net provides some pre build components to do this, or otherwise you can write one of your own, which will read the username & password entered by the user authenticate it with the database and take the user to page for logged in user.


Hope this helps.



Cheers,