Im new to sharepoint and im trying to get a SPList from another SPSite i have on same farm, that itself is not a problem.

But i want to do something like this: http://prazjain.wordpress.com/2009/11/13/programmatically-add-splist-as-webpart-on-spweb-using-listviewwebpart/

problem is, it doesnt seem to work when the list is not on my current SPSite... Is there an alternative besides ListViewWebPart to show the SPlistItems from a different SPSite?

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

Cross site-collection list display is not supported OOTB by SharePoint. There are workarounds with SharePoint Designer, web services, iframes, etc. But these are all hacks in my opinion.

I suggest to write a custom web part and display the data in a SPGridView.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.