How can I restrict user on the bases of rights to see a certain part of the my asp.net 2.0 page.
I am not using aspnetdb.
I can restrict a user on the bases of roles to view certain pages.
Now on the bases of rights.I want's to restrict user to use part of the page.
Suppose I have four tables.On the bases of right i want's to allow user to view three tables.
On the bases of rights i want's to let user see some text boxes while not others
On the bases of rights i want's to let user see some text boxes disables e.t.c
How Can I achieve it.
Please if any body knows any starter kit regarding my problem then please let me know.
I know I have to post this question to asp.net forum but i am also posting here to get any knowledgeable suggestion
Thansk

ow to restrict user on the bases of rights to see a certain part of the page