Tagged Questions
3
votes
3answers
3k views
How do you get SharePoint “My Links” back after a profile has been deleted and restored?
We're running SharePoint 2007 SP1 and profiles are imported from Active Directory (a full import runs daily). We had a problem where many of the users were disabled unintentionally in Active ...
1
vote
1answer
1k views
Web part personalization permissions on SharePoint 2010
What are the minimum SharePoint 2010 permissions required to allow a user to personalize a web part page, allowing updates and adding web parts to the page but completely restrict the user modifying ...
1
vote
3answers
1k views
SharePoint Personalization With Application Pages
I am trying to implement personalization (WebPartManager and WebParts) on ASP.NET application deployed to SharePoint as application pages (Separate application and aspx pages deployed to _layouts).
...
1
vote
3answers
7k views
Add web part programmatically to a Sharepoint Page and save values into the web part personalization store
In my project I programmatically create a web part page and add a web part to it using SPLimitedWebPartManager. I also want to set some properties for the web part and save it into the web part ...
0
votes
2answers
386 views
Allow visitors to add or remove web parts in SharePoint
Outside of the "My Site" page in SharePoint, is there any way to allow my sites visitors/users to add or remove web parts on pages without giving them contributor writes? I'm working on a corporate ...
0
votes
1answer
151 views
Personalise web part based on various users
I all,
I have a requirement where I have to write a web part that configurable to all users. Each user can able to modify the web part and personalise it based on there preference. So when next time ...
0
votes
3answers
732 views
Sharepoint custom personalization
I am creating sharepoint custom solution that will show number of drop down in page. The drop down data is shared in may pages.
I want to persist selected values of the user such that when ever he ...