Is it possible to send different parameters like "rootfolder" (usually fount in the url as a get-parameter) to two different xslt list view webparts on one single page? How can I achieve this?
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
|
It is but you'd need the Query String Filter web part which comes with the SharePoint Server Enterprise licence. Or otherwise you might be able to do it in SharePoint Designer. |
|||
|
|
You have the ability to establish connections between LVWP's and other data-connectivity wepbarts. By using this functionality you could create a new webpart which could read the parameters sent and then forward them to the two LVWP's. |
|||
|