anybody help me for creating login page in asp.net
creating login page using (session , viewstste,) login page have sign in sign out option remember me next time also code in c#
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Suthish NairPosted Jun 17, 2011, 5:38 AM
Santosh KumarPosted Jun 15, 2011, 2:48 AM
http://support.microsoft.com/kb/301240
Gomathi PalaniswamyPosted Jun 15, 2011, 2:44 AM
Session["Login"] ="Yes";
Using Session:
string logincheck=Session["Login"];
if(logincheck=="Yes")
{
}
use the below link for authenticate form use
http://www.codeproject.com/KB/aspnet/custom_authentication.aspx