kentico_michal
-
9/24/2010 9:23:16 AM
RE:How to apply selected transformation for queryrepeater
Hi,
Selected transformation is not resolved in query repeater, since query repeater just displays content returned by a given query.
You could create in transformation a link to some detail page for instance in format detailpage.aspx?DepartmentID=xx.
You could place another query repeater on detailpage.aspx that would display detail information according to DepartmentID from URL with WHERE condition.
To insert DepartmentID into WHERE condition you could use QueryString macro (http://devnet.kentico.com/docs/devguide/index.html?appendix_a___macro_expressions.htm)
Best regards, Michal Legen
|