0
votes
2answers
117 views

SharePoint Data Control to show Custom Data Source

I am building a custom visual webpart where I want to show all the calendar events across a site using SPSiteDataQuery. I know I can use asp.net repeater or grid view to show the data but I was ...
0
votes
3answers
887 views

How to to add a Content Query WebPart programatically and use a SPSIteDataquery?

This is the current scenario. I have a central site called: XXX. I have many subsites called with the year name: 2012, 2011, 2010, etc. In the central site I have a list called Beneficiaries. In ...
0
votes
1answer
369 views

property similar to SPQuery listitemcollectionposition for spsitedataquery

I am using SPSiteDataQuery to get all matched items from all lists in site collection. Results set is really large, so I want to limit the results to 1000 or 10K, process these items and then iterate ...