custom registration / login forms

B

brock wade

I'm using VB.net/Visual Web developer/ASP.net. Would anyone have or
know where I could get some basic .aspx registration and login forms
without using the "WIZARDS"?

I'm restricted to using an Access database to store users names, email
addresses, and passwords. I'm wanting to stay clear of the "Wizards"
available in Visual Studio/Visual web developer. Reason being I need
access to all the code to be able to customize it - so the wizards are
out.

One very basic concept for developing and using the Login form is how
do I write code to lookup the typed username and validate it with the
password stored in their record?

Any help, I would be very grateful!.... Brock
 
A

Alexey Smirnov

I'm using VB.net/Visual Web developer/ASP.net. Would anyone have or
know where I could get some basic .aspx registration and login forms
without using the "WIZARDS"?

I'm restricted to using an Access database to store users names, email
addresses, and passwords. I'm wanting to stay clear of the "Wizards"
available in Visual Studio/Visual web developer. Reason being I need
access to all the code to be able to customize it - so the wizards are
out.

One very basic concept for developing and using the Login form is how
do I write code to lookup the typed username and validate it with the
password stored in their record?

Any help, I would be very grateful!.... Brock

There are a lot of articles about Forms Authentication in ASP.NET

http://www.google.com/search?hl=en&q=forms+authentication+asp.net
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top