Click here to Skip to main content
15,897,187 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
me the table
userid,username,userpassword
now i want to code it in asp.net when the username and password verify then it goes to next page plz any have any simple code plz help me b/c i have new to it
...
Posted
Comments
Er. Puneet Goel 8-Apr-14 3:59am    
I noticed, you have already asked this question and there you also you post some code check below:

http://www.codeproject.com/Questions/754920/how-to-code-a-login-page-which-verifi-the-user-whe

Why you asking the same thing again and again.?

Do your homework!!
Mian Sahib Jan 8-Apr-14 4:03am    
ok dont mind sir i have done a little mistake.thanks for your comments

Follow this link. Simple demonstration of login page.
http://www.aspsnippets.com/Articles/Simple-User-Login-Form-example-in-ASPNet.aspx[^]
 
Share this answer
 
Comments
Mian Sahib Jan 8-Apr-14 6:35am    
thanks alot it work properly again thanks (Schatak)
Schatak 8-Apr-14 7:04am    
Your Welcome :)
To goto next page, use Response.Redirect("your page name");
For example:

Response.Redirect("MyPage.aspx");
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900