Welcome to Jtech!


You are not logged in.
Login

Menu

ASP - Login Part2 - Overview

Welcome to Part 2 of our series on the Login Control.

Here is where we will try to address the issues we mentioned on the previous page.

If you haven't gone over the previous section (Part 1), we suggest you do it now. Else, we'll continue assuming you did.

Tasks covered in this section:

  • Clean up our pages to make them more easier to manage.
  • Modify our Login Control to add internal links so a user can sign up for an account and retrieve his/her password.
  • Set up a 'create user' page.
  • Set up a 'retrieve passwrod' page.

Thanks to Net.Framework, this is really not so bad. - But in one area, we need to jump through a couple of minor hoops. - You'll see why when we get to them.

As with 'Part1', we'll provide you with access to a '.zip' file containing all the files we are using. - This will be available on the last page of this set.

Let's Get Started!

Previous - Part 1 Recap Next - Using Master Page(s)