Ok, as you probably know by now, we have a main login, then after you are logged in, there is a main page with 2 tabbed .aspx files.

When each user logs on, we pull their department number according to their username (ex. John Smith is from Department 6)

So we would like to use this department number for each .aspx file. We are trying to put the number into a session variable, then pull it back up when you click on either of the tabbed windows.

So, say John Smith from Department 6 successfully logs in, then when he clicks on the 1st tabbed window (or 2nd tabbed window), only the data pertaining to his department number should show up.

Hope this isn't too confusing...
JM