I have two table let’s call them topic and item and item has a reference to topic.
I have a repeater that shows all topics with a link that must go to another page to show all items of selected topic.
how can i send selected topic to item page and how can i show items that have reference to selected topic?
Thanks.