job portal
-
hi, I am new to asp.net. I like to how we should write code to check the uniqueness of the user during registration time. please help me out in coding it. Thanks in advance With regards Suman
sumanmks wrote:
I am new to asp.net
If U r New For RegistrationPurposes use asp.net Forms Authentication.Try To learn asp.net forms authentication and use it .Its Easy .
sumanmks wrote:
check the uniqueness of the user during registration time.
If U want to use code try to use sql query where username ="Ur text box value " Make it returns true or false depending upon ur requirement u can access.But this is not good process:cool:
If It Helps Click It as Answer
-
hi, I am new to asp.net. I like to how we should write code to check the uniqueness of the user during registration time. please help me out in coding it. Thanks in advance With regards Suman
You can either use Login Controls or otherwise just write a query to check if user Id is already existing in the database. :)
Arun Jacob http://codepronet.blogspot.com/
-
sumanmks wrote:
I am new to asp.net
If U r New For RegistrationPurposes use asp.net Forms Authentication.Try To learn asp.net forms authentication and use it .Its Easy .
sumanmks wrote:
check the uniqueness of the user during registration time.
If U want to use code try to use sql query where username ="Ur text box value " Make it returns true or false depending upon ur requirement u can access.But this is not good process:cool:
If It Helps Click It as Answer
-
I will Give u the video Link It Helps Fast to learn Actual site is www.asp.net/learn go for the General asp.net And For the forms authentication http://www.asp.net/learn/videos/video-45.aspx[^] http://www.asp.net/learn/videos/video-46.aspx[^] http://www.asp.net/learn/videos/video-47.aspx[^] Or try Asp.net forms Authentication In Google U will Get Lots of Materials
If It Helps Click It as Answer
-
I will Give u the video Link It Helps Fast to learn Actual site is www.asp.net/learn go for the General asp.net And For the forms authentication http://www.asp.net/learn/videos/video-45.aspx[^] http://www.asp.net/learn/videos/video-46.aspx[^] http://www.asp.net/learn/videos/video-47.aspx[^] Or try Asp.net forms Authentication In Google U will Get Lots of Materials
If It Helps Click It as Answer
-
You can either use Login Controls or otherwise just write a query to check if user Id is already existing in the database. :)
Arun Jacob http://codepronet.blogspot.com/
-
hi arun, Thanks for ur answer can i know where can i learn more abt login controls. i mean which book to refer.pls reply. Thanks in advance. suman
Use Google,You'll get lot of resources and samples or use MSDN. :)
Arun Jacob http://codepronet.blogspot.com/