I have got simple list rendered by XsltListViewWebPart. I would like to create additional filtering options using custom visual web part to provide list item id's to filter XsltListViewWebPart on same page. How to pass filtered id's from custom visual web part to XsltListViewWebPart?
-
Would this help: sharepoint.stackexchange.com/a/45963/627 ?eirikb– eirikb2012-09-28 05:41:05 +00:00Commented Sep 28, 2012 at 5:41
-
I am not allowed to use query string (because potential number of filtered items)marcinn– marcinn2012-09-28 05:54:52 +00:00Commented Sep 28, 2012 at 5:54
-
Maybe you could use any of the Filter Web Parts perhaps?eirikb– eirikb2012-09-28 05:58:50 +00:00Commented Sep 28, 2012 at 5:58
Add a comment
|