Is it possible to load different webparts into SharePoint
website dynamically in runtime based on the user's loginname?
We have an application in which, different webparts should be loaded to the right section of a page depending the user group.
If the user loggined belongs to group A, webpart A will be available to him, if he belongs to Group B, webpart B will be available to him so on and so forth.
Is it possible to load all the webparts into the right section of the page, and set the permissions to use different webparts? It seems that we can only set the webpart as personal or shared view. We cannot can control which groups has access to it. Or we cannot put more than one webpart into the same section of the page.
website dynamically in runtime based on the user's loginname?
We have an application in which, different webparts should be loaded to the right section of a page depending the user group.
If the user loggined belongs to group A, webpart A will be available to him, if he belongs to Group B, webpart B will be available to him so on and so forth.
Is it possible to load all the webparts into the right section of the page, and set the permissions to use different webparts? It seems that we can only set the webpart as personal or shared view. We cannot can control which groups has access to it. Or we cannot put more than one webpart into the same section of the page.