Tagged Questions
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
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
180 views
how to set Personalizable attribute to generic list in webpart?
I develop web part with custom editor part and faced with this question.
Is it possible in web part set Personalizable attribute to generic List?
For example I want something like this:
...
0
votes
2answers
392 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
152 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
1answer
59 views
How to force a WebPart appears in all pages of a portal in asp.net?
I'm working on a portal/CMS project and (unfortunately) build the foundation on WebParts platform.
However I need to provide an option for admin to choose whether a webpart should be display in all ...
0
votes
1answer
169 views
ASP.NET web parts - not stored in a cookie
Recently I was reading the MCTS ASP.NET 3.5 exam preparation book. I finished the lesson about web parts. The author said that user personalization is stored in a database and tracked by a cookie in a ...
0
votes
2answers
632 views
Custom Personalization Provider - Implement FindState method
I have been breaking my head over this. I appreciate any help.
I have a custom PersonalizationProvider, custom WebPartManager and custom WePart class. I have custom data tables for storing the ...
0
votes
1answer
168 views
Is there a way to rebuild/repair ASP.Net personalization tables without losing the data inside?
I inherited an Asp.Net app that uses ASP.Net membership services. I am trying to add web parts with personalization to the site, and am getting a lot of errors. It looks like the tables generated by ...
0
votes
4answers
529 views
java webpart like asp.net?
I was reading asp.net webpart technology which gives users some personalization abilities under some rules and tools of webparts.
are there something like webpart technology lib under java ?