Hello,
- I have a ASP.Net Application . And I want to user Forms Authntication in it .
- So I do the Following Steps :
1- I cerate a folder in my application called "Admin" .
2- I Created a page inside this folder called "Default.aspx" .
3- I Create a page called "LogIn.aspx " in the site .
4- I Drag and drop a button in this page and write the following code :
protected void Button1_Click(object sender, Go to the complete details ...