I want to develop a custom web part for SharePoint 2007. How do I display the results of a CAML query on a data grid? The grid view should be customizable, and should not adversely affect performance.
|
|
Haven't had a chance to test this code yet, but this here is the basic idea.
Does it sufficiently answer your question Or you were looking for more information in terms of best practices to handle a large list etc? |
|||||
|
|
There are many different options/combinations to consider. The method you choose will probably depend on your requirements. Get the data from SharePoint:
Then, you can simply hook one of those up to a |
|||
|
|
|
As Stuart Pegg has alluded to, you should probably look at using You can put the CAML query in either through the code in the page that you are inserting the DVWP into, or you can create it using the GUI tools that SPD provides you. |
|||
|
|
