i need to know how to login page with user name and password
both User name and password has to be validated in code back page and how to config. web configuration and stored procedure
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.
Afzaal Ahmad ZeeshanPosted Apr 3, 2015, 9:37 PM
Stored procedures are also not required. Which framework are you using for building your website?
Ankur JainPosted Apr 4, 2015, 12:33 AM
please have a look on these threads...
http://www.aspdotnet-suresh.com/2011/12/how-to-create-simple-login-form-using.html
http://www.aspsnippets.com/Articles/Simple-User-Login-Form-example-in-ASPNet.aspx
Khargesh RajputPosted Apr 4, 2015, 12:06 AM
and
stored procedure has query which fetch data from table where is username and password you entered.