Reputation: 11327
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.
Upvotes: 1
Views: 10696
Reputation:
To modify web part property values programmatically, refer following post:
Upvotes: 0
Reputation:
Use the method SaveChanges on SPLimitedWebPartManager after change your properties to set them.
Upvotes: 1