kentico_martind
-
2/22/2010 11:17:16 AM
RE:Web Part Binding using custom code
Hi Sean,
You can put both web parts into one user control and ensure binding in code-behind of this user control or you can also put dropdown list and control that display the results into one web part.
Alternatively you can pass value selected in dropdownlist to page with second web part in query string and use query macro to set the value into property of second web part (or read and set query string value in code-behind of second web part). We use similar approach with Search Box and Search Results web parts.
Best Regards,
Martin Dobsicek
|