The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
3answers
3k views

Sharepoint 2010 and Saving variables in VIEWSTATE

UPDATE1 I tried with EnableViewState in Page directive: but no avail. End I am running as a usercontrol in sharepoint. (using SmartPart) Everything's fine. Just the Viewstate-Variables! The ...
0
votes
1answer
152 views

Custom Web Part Properties in SharePoint 2010 Visual Web Parts-How to set it different for each user login

I have custom webpart properties for a visual webpart. This thread helped me develop the custom webpart properties. Now my issue is once a user sets the custom property it gets applied for all users, ...
0
votes
1answer
66 views

Add web part properties in separate file

I am developping a web part that customizes the SharePoint Ribbon (hide or show buttons). Can I store some properties in a separate file? If the web part is active on three sites, I should have three ...
1
vote
0answers
38 views

Setting the value of a sandbox web part's custom properties in .webpart file

I've created a new web part in a sandbox solution. This web part has a custom string property called 'PetName'. I'd expect to be able to set the initial value of this property in the .webpart file. ...
0
votes
0answers
63 views

SPD List Form vs Custom List form - Version append and style issues

I'm forced to use a custom list form because my ID= querystring sometimes does not work with a regular List form - which is odd enough. With a custom list form (DataFormWebPart), I can set my ...
0
votes
0answers
45 views

Custom Webpart Sections Missing on SitePage

I have a site collection in SharePoint 2010 that includes custom webparts and it is fully operational on my development server, which is just my desktop with Windows 7. For your knowledge, the ...