Blogs authored by SharePoint professionals including consultants, developers, and trainers.
Browse by Tags
All Tags »
Queries (
RSS)
-
|
This post is a mere followup to my previous minor posts on the subject of SPQuery and SharePoint queries located here. Basically this post will provide step-by-step instructions to construct your CAML (Collaborative Application Markup Language) queries...
|
-
|
Prephase Recently I've been using SharePoint Queries more and more, not to say in my latest personal project: Zimmergren Forum WebPart. At times when I've been out at some clients to help them either refactor existing code or build new code, weather...
|
-
|
If you've ever used the SPQuery objects to get SPListItems from a SPList, and you didn't get it to work because the query would return ALL items in the SPList, you might have used code similar to this: SPQuery postsQuery = new SPQuery(); postsQuery...
|
-
|
Author: Tobias Zimmergren Url: http://www.zimmergren.net I got the question last week weather it's possible to get items from all lists of <your chosen type here> gathered and displayed on one page. This is - like most things - possible in SharePoint...
|