I have a document library with a few files in it and I\'ve noticed that doing开发者_StackOverflow社区 a search for files in the document library (even the exact file name) does not seem to give any se
I\'ve created several master / detail webparts that need to be connected.We have a requirement the the webparts self discover and connect to other connectable webparts on the page.I\'ve acheived this
I\'m trying to define the DisplayPattern of a custom field to do as follow. It\'s a simple text field used in document libraries, but i want the text entered to be displayed as a link to the document
I have a Discussion Board in a SharePoint site which has an additional column named Category.Whe开发者_如何学编程n a new discussion is created, it prompts for Category, and of course this is by design
In sharepoint, the access to discussion boards appears to be modified by two means. In the Advanced Settings, you can modify the Item-level Permissions to where users that have contribute or higher
I\'m using ItemAdding Event for one of my SPLists. The question is how I can get the new not yet added item from SPItemEventProperties? I\'ve tried to ListItem.Item but the debuger shows that the prop
I\'m trying to edit a legacy wss3 sharepoint site. Messing around with a 700+ code lines aspx page I got a \"The server tag is not well formed.\" error on sharepoint and The ?content=1 trick does no
I recently installed TFS 2010 with the included sharepoint services on a single server. I am getting the following error multiple times on the project dashboard web page on the TFS2010 project protal
This is a weird one. I have a WSS3 site, no MOSS, with a custom membership and role provider that authenticates against CRM. All the users have also been added to the site user list so once logged in
I have an XML to be rendered in sharepoint using a XSL file. I now the how to do this using object model of sharepoint but don\'t how to do this using sharepoint web services.