Um.. I'm not a very programming type of person. I have an E-commerce App Design project and I need help in coding. We use Visual Studio and SQL Ent Manager. I have done all my user interfaces and I HAVE to code at least the log in page by this thursday. How do you code a log in page?? We only have userID and password as verification.
create a record set and check the for the username. if the user name is there compare the password. if password is good set a session variable. if bad redirect back to the login page with an error message.