This topic is locked

ownerid / add page

7/3/2008 11:58:02 PM
ASPRunner.NET General questions
R
rob author

Hello,
In my advanced security settings, i have it set so users can see and edit their own data. I also set the ownerid field to a field i made which groups of users have the same id so they can all see and edit the data that group enters. This seems to work fine until i have a drop down like on the add page, it seems to pick up items from all owners. Is there something that i would need in the "where" clause?
Thanks!!

Rob

Eugene 7/4/2008

Probably you need to set up lookup condition.

f.e.: userid=((UserClass)Session["User"]).GetUserOwnerID("TABLENAME")
It will be easier for me to understand where the problem is, if you send me your project (including project file, output directory and database backup) on support@xlinesoft.com