I have multiple SharePoint lists and want to display data from them on to a gridview control.
Please guide me.
Grace
|
I have multiple SharePoint lists and want to display data from them on to a gridview control. Please guide me. Grace
| |||
|
feedback
|
|
Two options that I can think of:
| |||
|
feedback
|
|
Your question inspired me to develop a web part that demonstrates:
It can be found on CodePlex here. Some of it is a little rough but it should be enough to show you the basics. It demonstrates the following query types:
There is code for using the search engine but this isn't wired up to the web part itself yet. I hope it helps you. If you try it and have problems please use the CodePlex site to get support from me. | |||||||||||
feedback
|
|
With SharePoint 2007 you can use CrossListQueryCache and CrossListQueryInfo. More information here. | |||||||
feedback
|
|
Two situations emerge: No.1 If those lists are in the same sites, then SPSiteDataQuery(mentioned above) is a way to go. No.2 If those lists are located in different, it is little bit knotty to tackle. Maybe to take a look at SharePoint Cross-site Lookup, it can help you. Another thing I need to mention is if those lists or some of those are nesting in other sitecollection. then I would say, so far I have not found any solution. Maybe Goole can help you. | |||||
feedback
|