In VS2010 I have a SharePoint 2010 project with an Application Page. In this simple page I have header information about an order and a SharePoint:ListView for the product detail. So, I just want to f
Assume that there are Emp and Dept tables. Emp Table has EmpID Firs开发者_Go百科tName LastName DeptName
I\'m trying to use GetItems() method on a SPList and I pass SPQuery to it. The problem is, it return all the items from my SPList instead of just the filtered ones. My query looks like this:
I have an SPQuery that has been working fine until my list hit 500 items. q.Query = \"\" + DefectID + \"\";
I have a calculated field in my list and I am trying to use filter on this field. For some reason, the following query always returns all items instead of a filtered item co开发者_StackOverflow中文版l
I am trying to search for an item in a SharePoint list using SPQuery, but even though the file is there, the result is null.
I have aro开发者_StackOverflowund 10000+ rows(Listitems)in a list I want to query. I want to iterate each of the item in a timerJob - but I cant take all of them at a time
I am writing an internal API for my company which allows users to pass in SharePoint CAML query. In side my function I take to user\'s query, and add some additional elements to it and then use the fi
Is it possible to get a list of all folders in a SharePoint document library, using SPQuery? Something you could get in file system, if you opened Windows command prompt and ran
I\'m trying to get a count of items in a list, based on a view. Every method I\'ve tried so far only returns the grand total of the list. I\'ve tried just about every method I\'ve run across while sea