david
|
Posted: 01/10/2004, 6:32 AM |
|
I am new to asp and the web. My experience has been with databases but I am developing an intranet and would like to limit access to certain pages by controlling the links available for the user to click. I though I would develop a grid that pull data from a table that had a menu name and page address for this page and limit the results by the userid which would match the field in the table called userid. When I build the grid and select that userid = ccgetuserid in the parameters, it still returns all rows in the table. I am not passing any data through URL but hoping it would get the ccgetuserid from the common.asp with no additonal code. Help Help Help
|
|
 |
Carlos Espada
|
Posted: 01/12/2004, 9:49 AM |
|
Try userid = Session("UserID")
|
|
 |
|