vote up 1 vote down star

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 personalization scope. How can I access the personalization store for the web part.

flag

Is this done in the capacity of the current user? Do you need to access the current user's personalization store, or for all/any users? – Ã˜yvind Skaar Jan 11 at 13:23

3 Answers

vote up 0 vote down check

Use the method SaveChanges on SPLimitedWebPartManager after change your properties to set them.

link|flag
vote up 0 vote down

Please refer following post for adding web part programmatically:

http://www.etechplanet.com/post/2009/03/18/AddingRemoving-web-part-programmatically-in-SharePoint-website-using-C-Code.aspx

link|flag
vote up 0 vote down

To modify web part property values programmatically, refer following post:

http://www.etechplanet.com/post/2009/03/19/Modify-property-values-of-a-web-part-in-SharePoint-website-programmatically-using-C.aspx

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.