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 th开发者_开发百科e code?
Make use of FormAuthentication with Login control will do your task.
精彩评论