I\'m very new to SharePoint, using 2010.Trying to see what we can do with it, in particular with Lists.And I have a feeling I\'m missing something pretty obvious, but can\'t find it.....
This function uses jquery and Dojo libraries to fetch infor from Sharepoint. I want to use only Dojo. How can I port the jquery part to Dojo?
I was wondering if it possible to order listitems coming back from SharePoint (using Client Object API) so that they are ordered hierarchly, and not in the order they were created.
Im trying to call the first row from a SP list after a user selects the first option from my dropdown menu ( second option calls second row etc... )
Here\'s what I\'m doing (this is a quick search on Google and just one of the first results): http://msdn.microsoft.com/en-us/library/cc300163(v=office.12).aspx
Using CAML in WSS3, I am trying to search for a folder by the folder 开发者_运维问答ID field. This results in \'undefined\' when searching the \'Folder\' content type but works fine searching for a re
Want to build caml query for 7 parameters in where clause. Please share the link if you have to build caml query.
I am trying to display the value of a column in thetag of my custom field. To get the column value, I can simply use:
I have this CAML query var query = new SPQuery { Query = string.Format(@\"<Where> <Or> <Or>
Im currently trying to order by the column \"COUNTRY\". However keep getting an error \"Object Required\". Ive done this a million times but cant get this to work code is the same as last time but not