R
Roberto Lopes
Hi,
I have to build a simple user control to be exposed in a webpart, where only
the items that the logged user has access should be displayed. The user will
be already logged in using windows authentication (it is under SharePoint).
The feature should be a list of items to be associated to each member
(pre-configured).
How to implement it using the RoleProvider? I will get the logged
credential, and request the items associated with it.
It would be easy to me to create something very specific, but I would like
to use the roleprovider, to make it more flexible in the future.
Thanks,
I have to build a simple user control to be exposed in a webpart, where only
the items that the logged user has access should be displayed. The user will
be already logged in using windows authentication (it is under SharePoint).
The feature should be a list of items to be associated to each member
(pre-configured).
How to implement it using the RoleProvider? I will get the logged
credential, and request the items associated with it.
It would be easy to me to create something very specific, but I would like
to use the roleprovider, to make it more flexible in the future.
Thanks,