I\'m presently working on a large intranet mashup that uses sharepoint to aggregate content from several other internal servers such as:
In a sharepoint site I have a list called \'Assets\'. Whenever a new Asset is added to t开发者_高级运维his list I want to attach brochures and collaterals of this asset with the item.
I\'v开发者_JS百科e been asked to customize the following: In the left quick launch menu, is it possible to remove these menus: Documents, Lists, discussions and Sites? These menus need to be remove/
I have developed a sharepoint application using object model. It reads the contents of the file using SPFile.OpenBinary() object and saves the contents of the file in the local disk. When I try to cre
I a console application that creates a sub sites under a site collection The site collection accepts only forms based user.
UPDATE I can now perform succesful UI impersonation.This was an issue with the code I was using and after viewing Jay Nathan\'s article I have reverted to his code and all is working great.
The biggest problem I have faced so far in sharepoint, is to be able to make a certain webparts inv开发者_如何学JAVAisible or hide if the user is not logged in, basically to be able to make an audienc
I have a Sharepoint list, where one of the columns is plain text - Description. When you edit a list item, Description field is normally a TextArea. I have it programmed that this TextArea is extended
I am using jQuery to access Sharepoint 2007\'s SOAP interface via the GetListItems method to read in a custom list of announcements in such a way as to have that list refresh once a minute (in case th
I would like to programatically add alert to folders inside a sharepoint list. I have found how to set alerts to a list and this works perfect.