hi admin- I have designed my tables with OWNERID fields and run asprunner , however I do not see my own entries as editable .... I have created Ownerid field for my user table and my products table same format ...but still
Swat, make sure UserID value matches OwnerID values in your main table. Example:
Table Users
UserID UserName Password
---------------------------------
1 Bob 123
2 Dan 345
Data table
OwnerID Phone ...
---------------------------------
1 111-222-3333
1 123-456-7890
2 800-000-0000
2 900-000-0000
In this case Bob will be able to edit records 1 and 2, Dan will be able to edit records 3 and 4. Also you need to make sure you jave choosen correct security settings. Best regards,