How to create one login page in ASP.NET using C#

Please support our C# advertiser: Intel Parallel Studio Home
Reply

Join Date: Jun 2006
Posts: 13
Reputation: Gowrishankar is an unknown quantity at this point 
Solved Threads: 1
Gowrishankar Gowrishankar is offline Offline
Newbie Poster

How to create one login page in ASP.NET using C# and the coding is needed

 
1
  #1
Jun 27th, 2006
Hi every one,Could you help me in creating one login page,in which the username and password get validate with the backend db(sql server)And the password is encrypted and stored in db.So I want to know how to encrypt the user inputting password and validate that one against the encryted password in db.?I want the full code...Its an immediate one....!Please help me to create....
Last edited by Gowrishankar; Jun 27th, 2006 at 4:00 am.
Reply With Quote Quick reply to this message  
Join Date: Dec 2003
Posts: 2,414
Reputation: alc6379 has a spectacular aura about alc6379 has a spectacular aura about alc6379 has a spectacular aura about 
Solved Threads: 123
Team Colleague
alc6379's Avatar
alc6379 alc6379 is offline Offline
Cookie... That's it

Re: How to create one login page in ASP.NET using C#

 
0
  #2
Jul 3rd, 2006
Sorry.

We do not do your work for you. Please post some code, and we'll help troubleshoot it.

Incidentally, if you search our forums, you'll probably find some examples of an ASP.NET login page.
Alex Cavnar, aka alc6379
Reply With Quote Quick reply to this message  
Join Date: Apr 2007
Posts: 3
Reputation: crash0verride is an unknown quantity at this point 
Solved Threads: 0
crash0verride crash0verride is offline Offline
Newbie Poster

Re: How to create one login page in ASP.NET using C#

 
0
  #3
Apr 8th, 2007
Originally Posted by alc6379 View Post
Sorry.

We do not do your work for you. Please post some code, and we'll help troubleshoot it.

Incidentally, if you search our forums, you'll probably find some examples of an ASP.NET login page.

well, maybe you could me some links on tutorials you know..thanks
Web Designer
PacBizGroup Inc.
Reply With Quote Quick reply to this message  
Join Date: Apr 2007
Posts: 103
Reputation: mariocatch is an unknown quantity at this point 
Solved Threads: 17
mariocatch mariocatch is offline Offline
Junior Poster

Re: How to create one login page in ASP.NET using C#

 
0
  #4
Apr 9th, 2007
microsoft.com has tons of tutorials asp.net 2 and c#
Reply With Quote Quick reply to this message  
Join Date: Apr 2007
Posts: 15
Reputation: kumar.nitesh is an unknown quantity at this point 
Solved Threads: 0
kumar.nitesh's Avatar
kumar.nitesh kumar.nitesh is offline Offline
Newbie Poster

Re: How to create one login page in ASP.NET using C#

 
0
  #5
Apr 27th, 2007
s
Last edited by kumar.nitesh; Apr 27th, 2007 at 8:51 am.
Something You Want To Say........
Reply With Quote Quick reply to this message  
Join Date: Apr 2007
Posts: 15
Reputation: kumar.nitesh is an unknown quantity at this point 
Solved Threads: 0
kumar.nitesh's Avatar
kumar.nitesh kumar.nitesh is offline Offline
Newbie Poster

Re: How to create one login page in ASP.NET using C#

 
0
  #6
Apr 27th, 2007
You can use Form Authentication mode and give the connection string representing your database.Using form Authentication you can able to send userdata to db verified it and return the msg from database. Just you have to change your config file.
Something You Want To Say........
Reply With Quote Quick reply to this message  
Join Date: Oct 2009
Posts: 3
Reputation: miracle007 is an unknown quantity at this point 
Solved Threads: 1
miracle007 miracle007 is offline Offline
Newbie Poster
 
0
  #7
34 Days Ago
Hi every one,Could you help me in creating one login page,in which the username and password get validate with the backend db(sql server)And the password is encrypted and stored in db.So I want to know how to encrypt the user inputting password and validate that one against the encryted password in db.?I want the full code...Its an immediate one....!Please help me to create....
Reply With Quote Quick reply to this message  
Join Date: Jun 2009
Posts: 1
Reputation: sawera is an unknown quantity at this point 
Solved Threads: 0
sawera sawera is offline Offline
Newbie Poster

login form

 
-1
  #8
33 Days Ago
Originally Posted by Gowrishankar View Post
Hi every one,Could you help me in creating one login page,in which the username and password get validate with the backend db(sql server)And the password is encrypted and stored in db.So I want to know how to encrypt the user inputting password and validate that one against the encryted password in db.?I want the full code...Its an immediate one....!Please help me to create....
u design the form in design view by inserting the table with 5 or 6 rows and two columns.then from toolbox in the view sub menu drad and drop lebels,textboxes and buttons and set their property
Reply With Quote Quick reply to this message  
Join Date: Nov 2009
Posts: 1
Reputation: sumadhuri is an unknown quantity at this point 
Solved Threads: 0
sumadhuri sumadhuri is offline Offline
Newbie Poster
 
-1
  #9
15 Days Ago
reply
Reply With Quote Quick reply to this message  
Join Date: Aug 2009
Posts: 331
Reputation: Ryshad has a spectacular aura about Ryshad has a spectacular aura about 
Solved Threads: 61
Ryshad's Avatar
Ryshad Ryshad is offline Offline
Posting Whiz
 
0
  #10
15 Days Ago
There was a well written example of a login screen posted on these boards very recently.

As alc6379 mentioned, the policy at Daniweb is to show that you have made an effort before posting your problems. We will gladly offer you guidance and fixes to get your code working, but you need to do the ground work first. Especially with a topic as common as this, there are a hudnred and one tutorials, just put "C# login form" into google and start reading
Please don't take for granted the work that solvers do for you. Take the time to fully understand the code they give you so that you might adapt it to future problems.

"Learning is more than absorbing facts, it is acquiring understanding.” - William Arthur Ward
Reply With Quote Quick reply to this message  
Reply

Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC