Hi,
I try to do my homework before I ask for help, but I am stumped. I have set a session variable upon login that I would like to serve as a filter for the list pages.
For example, upon login session(companyID) is set to '4'. Upon opening page products_list.asp I would like to use the session ID to filter the table only for those products with a companyID equal to '4'. In the past, I have handled this on the db end, but am no longer able to do so.
Thank you!!!