| Author: Anuraj 03 Nov 2009 | Member Level: Diamond | Rating:  Points: 2 |
For using Login Control, you can only use ASPNet DB. You can configure it using WebSite > ASP.Net Configuration.
Thanks Anuraj THIS POSTING IS PROVIDED "AS IS" WITH NO WARRANTIES, AND CONFERS NO RIGHTS. BEWARE OF BUGS IN THE ABOVE CODE; I HAVE ONLY PROVED IT CORRECT, NOT TRIED IT. dotnetthoghts
|
| Author: greeny_1984 03 Nov 2009 | Member Level: Diamond | Rating:  Points: 2 |
Hi,
You have to create a table containing username and password as columns.when ever a user enters his username and password you have to check the data entered with the database table rows with a query like
select * from table1 where userid='"+txtuserid.text+"' and password='"+txtpass.text+"'
Regards, Greeny_1984
Rate this Response[Excellent/Good/Poor] FRESHERS check this link Need help from me join here
|
| Author: Deepika Haridas 03 Nov 2009 | Member Level: Diamond | Rating:  Points: 2 |
Hello,
You can store it in Database. Whenever a new user registers you need to insert the value in table.
Thanks & Regards, Deepika Editor
If U want to shine like a SUN..First U have to burn like the SUN!! Need a Guide? Join my mentor program..
|
| Author: gaurav 03 Nov 2009 | Member Level: Bronze | Rating:  Points: 2 |
hey frnds,can you tell me whats the use of using Login Control. When we use Login Control.
|
| Author: Hitesh Prajapati 04 Nov 2009 | Member Level: Silver | Rating:  Points: 2 |
get the username & password than check it in your database ,and it give s proper result than login successful otherwise login failed.
|