I want to create a webpart under PWA that has some browsable properties and some personalizable ones (that is properties saved in the webpart but without the user having access to them directly). The problem is that I cannot get the webpart to save properties other than the ones that are browsable.
I've tried implementing the IPersonalizable interface but then the browsable properties disappear (they cannot be edited any more). Same thing happens when I add the Personalizable attribute to a property.
My setup is:
I have a class derived from WebPart (Microsoft.Sharepoint.WebP
artPages.W
ebPart) that overrides CreateChildControls and loads an ascx control. I want to be able to save some of the properties of that control for each instance of the webpart.
Start Free Trial