I\'ve been reading this msdn post: http://msdn.microsoft.com/en-us/library/aa981241.aspx trying to edit the content query web part to only show items from the event list which either occur within 30
I\'ve created a list definition feature and in the elements.xml I\'ve set its Type=\"111333\". I\'ve installed this list feature on several webs in my farm and created many lists from it. Is there an
The following is the CAML query from a calendar view for a SharePoint list that I have.I have added an OrderBy statement that references two custom columns within the list.
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 List which has a two level hierarchy of folders. Something like this: List Folder_1 SubFolder_1
Hey, I have a form for administrators where they insert a user name (\"domain\\name\") and the code gets and sets some information out of it.
How do you order items when you override the QueryOverride property of the Content Query Web Part? I have been given responsibility for a Web Part which extends the Content Query Web Part. The QueryO
Maybe a very simple question. How can I put in this code <Query> <Where> <Eq> <FieldRef Name=\"Judge_x0020_1\" />
I am using JavaScript to invoke the GetListItems method of the SP webservice and handing in the following CAML:
Is it possible using CAML to limit the amount开发者_运维技巧 of results returned. Say for example my query would pull back 25 results I would like the first 10 only. if you are using SPQuery then the