Hi there
It's possible to use forms authentication with database
Could you explain how i can use this code to login the page using forms authentication for better security and not been hacked using database and forms authentication
thanks
If (FormsAuthentication.Authenticate(TxtBox_User_Name.Text, TxtBox_Password.Text)) Then
FormsAuthentication.RedirectFromLoginPage("Dashboard.aspx", False)