Groups | Blog | Home
all groups > dotnet academic > july 2003 >

dotnet academic : login page.aspx(need help)


Abraham
7/21/2003 10:20:58 PM
in my sql server database i have a table with the
following fields; i am not sure of the fields coz i am not
expert
username : 'username is email
password : ' not rondamly password the user create it


i have connected this table to ASP.net...
So can anyone give me the code of creating .aspx page
(aspx.vb) that will require a user to enter username
(emails address) and password (the user created it ) ,
forgot password and sign up for new user.
i need the "username" to be the email address...
and if the user forgot the password he/she will asked to
enter his email and the password will aoutomatically sent
to user's email address
in brief i need the log in screen and forgot password as
the same an in the below website

For login screen as this site :>>
http://www.globalcareercompany.com/login.asp

For creating new user>>
http://www.globalcareercompany.com/register.asp

For forgeting password>>
http://www.globalcareercompany.com/forgot_pass.asp

i am not expert in ASP.Net....so would u plz send me the
whole code of my request..
my email is alnnibras3@yahoo.com
Ray Dixon [MVP]
7/22/2003 1:14:39 PM
Hi Abraham,

These should help get you going:

Forms-Based Authentication
Microsoft ASP.NET QuickStarts Tutorial
http://samples.gotdotnet.com/quickstart/aspplus/doc/formsauth.aspx

Using Forms Authentication in ASP.NET - Part 1
By Jeff Gonzalez
http://www.15seconds.com/issue/020220.htm

ASP.NET Forms Authentication - Part 1
by Abel Banda
http://www.ondotnet.com/pub/a/dotnet/2003/01/06/formsauthp1.html

Cookieless forms authentication
By brutal
http://www.codeproject.com/aspnet/cookieless.asp (FYI - the code is in C#)

Using Forms Authentication in ASP.NET
By Darren Neimke
http://www.4guysfromrolla.com/webtech/110701-1.shtml

Good luck!

--
Ray Dixon - Microsoft MVP
ray@NOSPAM.greeble.com
(remove NOSPAM. from my e-mail address for a direct reply)


[quoted text, click to view]

Anand N [MVP]
7/27/2003 11:47:17 AM
Hello Abraham,

Check out these articles:

(1) Building Data Aware Web Applications with ASP.NET - Part 1
http://www.developer.com/net/asp/article.php/2172561

(2) Building Data Aware Web Applications with ASP.NET - Part 2
http://www.developer.com/net/asp/article.php/2200511

(3) Building Data Aware Web Applications with ASP.NET - Part 3
http://www.developer.com/net/asp/article.php/2217431

Regards,
Anand N
Microsoft MVP




[quoted text, click to view]

AddThis Social Bookmark Button