I would like to update a list item using SharePoint and am stuggling to find 1 decent CAML example. Here is what I want to do, in SQL my query would look something like this
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 looking to start using javascript on the server, most likely with node.开发者_StackOverflow中文版js, as well as use websockets to communicate with clients. However, there doesn\'t seem to be a lo
The GetListitems web service relies on XML to retrieve data from SharePoint. Some actual working code is:
I have to create a library with links to existing files. The files is on the FileChange server. I don\'t know how to create a custom content type, without the fi开发者_运维百科le field. Is it possible
I have a feature that gets installed using a WSP package, when the feature is activated, I would like the following to happen:
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
We have a SharePoint 2007 deployment which will have a substantially large document library. My client wants the ability to export this library to an Excel spreadsheet, but specifically wants the abil
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.