I want to control the view of my site to the users through a panel. I have a dynamic page in which I have multiple repeaters or containers that relate to different datasets. I want to have a button on my end that can manipulate the view for all the viewers on that page.
So suppose, I click on a button which hides repeater 1 and shows repeater 2, it should be reflected for all the viewers on that page in real time. I can’t give users the control as I want to sync the view for all my users. Also, I have text boxes linked to item in my database and when I click on next item, only them it would show the next item for all the users.
Is this possible?