Connecting Tech Pros Worldwide Help | Site Map

how to create login page.

Newbie
 
Join Date: May 2007
Posts: 7
#1: Jun 26 '07
hi all,

i am new to asp.net and c#..in my project i want to create login page..

the logic is Administrator creates the Employees... Employees enters all the
details about the customer. .

anyone help me how to create the login page.
Frinavale's Avatar
Site Moderator
 
Join Date: Oct 2006
Location: The Great White North
Posts: 5,066
#2: Jun 26 '07

re: how to create login page.


Quote:

Originally Posted by ragavi

hi all,

i am new to asp.net and c#..in my project i want to create login page..

the logic is Administrator creates the Employees... Employees enters all the
details about the customer. .

anyone help me how to create the login page.

Hi Ragvi!

Before we can help you with your problem you have to choose how the system is going to authenticate your users.
There are four types of authentication:
  • Forms,
  • Windows,
  • Passport,
  • and None.

I suggest researching each of them and selecting the best one for the system you are designing. (I suggest looking into Forms authentication). I strongly recommend searching MSDN. For example MSDN explains Forms Authentication in this article .

Once you have chosen a method which you are going to use, try implementing it and get back to us :)

Cheers!

-Frinny
Newbie
 
Join Date: May 2007
Posts: 7
#3: Jun 27 '07

re: how to create login page.


Quote:

Originally Posted by Frinavale

Hi Ragvi!

Before we can help you with your problem you have to choose how the system is going to authenticate your users.
There are four types of authentication:

  • Forms,
  • Windows,
  • Passport,
  • and None.

I suggest researching each of them and selecting the best one for the system you are designing. (I suggest looking into Forms authentication). I strongly recommend searching MSDN. For example MSDN explains Forms Authentication in this article .

Once you have chosen a method which you are going to use, try implementing it and get back to us :)

Cheers!

-Frinny


hi frinny..
thanks for reply and advise...i try it out.
Reply