Hi!
First of all, im from sweden so my english isn't the best :!:..
I read a guide "How to make a simple login page" ..(something like that)
But i need help with my languages(aspx,C#,sql2k5)
The problem for me is how to make the SP for checking if Username and Password is correct... And also how to write the codes in the C# for that...
I have a "Create User"... a simple page where u write username and password then a SAVE button... When u hit the button it saves the info to my Sql database. (i have a SP for that)..
So the things I want help with is this:
* The stored procedure code for checking if user,pass is correct
* The C# code for the "login button" and connection with the Database
* And if login sucess the user get to a new page like index.asp