kentico_janh
-
11/30/2012 6:01:09 AM
RE:Master/Detail view
Hello,
This is actually very easy to achieve. You can make your links to contain a querystring with an ID of the row from your custom table and then just the Custom table repeater where you can specify the WHERE condition property which takes the value from the querystring like:
WHERE condition: ItemID = {%item%}
Is this clear to you?
Best regards, Jan Hermann
|