Am running asp.net applications with c#.I have developed a login page and gave database connection with sql server 2005.Now I want to check the usename and password in my databse.Only if that both matches my page have to redirects to the next page.Can some suggests the code?
Am running asp.net applications with c#.I have developed a login page and gave database
Share
Make use of FormAuthentication with Login control will do your task.