Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Passing a single parameter in XsltListViewWebPart:
<a href=https://<url>/<page>.aspx?<param1>={$thisNode/@param1value}>
Passing multiple parameter in XsltListViewWebPart:
<a href="https://<url>/<page>.aspx?<param1>={$thisNode/@param1value}&<param2>={$thisNode/@param2value}">
Remember that "&" is not enough, you will need to put in "&"
Comments
- Anonymous
January 01, 2003
Didn't think it would be that easy...