Tagged Questions
1
vote
1answer
177 views
Pass Parameter to specific instance of Web Part with GetLimitedWebPartManager
I'm passing parameters to a WebPart from a textbox to have a better UI experience for a personalizable WebPart which in this case takes the form of a twitter feed.
The problem I have, is in the ...
2
votes
2answers
665 views
Custom webpart to set and get Property per user (PersonalizationScope.User)
I am trying to create a custom webpart in point to set and get a property per user on page.
To change the background and save it per user.
I'm using code like this:
public static string ...
1
vote
2answers
1k views
Sharepoint 2010 Custom Properties via WebPart UserControl
I have a weather UserControl (defaulting to the headquarters location) . I have removed the ability to "Edit Web Part" because of branding and not wanting to have to train users on how to work the ...