Hi all! I am relatively new to asp.programming. I have used Visual Studio for a while and I am starting on the web development piece now. When you start Visual Studio or Visual Web Developer, it will let you open an ASP.Net Web Application. I have been playing around with it to get used to the web developer piece. In looking at the login piece, I can see where the form is laid out; however, I cannot find the code behind the form. I am looking to create an application that will allow users to log in and I want to save the user information in a database table. I see that the login example works but I cannot see where it writes it to a database or how it remembers each user name and password. I would appreciate any assistance you can give.
Thanks!