Nathoushka
-
1/7/2011 2:29:34 PM
Webpart visible depending on querystring
Hi,
I would like to know if it is possible to hide/show a WebPart depending on the querystring of the page. I have 2 pages with the same name, one for the list, one for the detail, so I thought about putting them together. However, I don't know if it's possible to do that in Portal Engine.
For example:
"http://site.com/myPage.aspx" shows Webpart1 and Webpart2 (list) "http://site.com/myPage.aspx?id=1" shows Webpart 3 (detail) "http://site.com/myPage.aspx?id=invalidID" show Webpart1 and Webpart2 (list) + Webpart4 (error message)
Is it possible? I can't seems to find how to do that.
|