ts383
I don't believe that I can use the QueryString filter part. I'm not trying to filter the content of a webpart.
These are Business Data Related Lists. They are getting information from a Business Data Item Builder to display the appropriate content. I'm trying to make the Title bar of the list a hyperlink. That hyperlink URL needs to have some parameters passed via the QueryString. The values of those parameters come from the URL of the page the Related List sits on.
For example:
http://sharepointSite/BDC/RelatedList1.aspx id=333
On RelatedList1.aspx I have a Business Data Item Builder and a Business Data Related List. The Item Builder sends the parameter to the Related List. The Related list shows records in pages of 5.
When a user clicks on the Title of the Related List, they should be taken to a new page (that displays a larger list -- more records, additional columns, etc). The URL of that page is http://sharepointSite/BDC/FullList1.aspx id=333
I need to be able to set the TitleURL property of the web part to a URL that contains the id parameter in the query string.