Ok, so there should be a way to do this ... no? If not, I would like some ideas.
I have two repeaters and an image inside the update panel along with some AJAX drop-down lists with links to buttons on the left. I want to update the data inside the update panel as quickly as possible, since the values are selected from the drop-down menus.
What do you think is the best way to update data? Repeaters are populated with objects, so if I could just filter objects by some properties, I could get the correct data. No new data from the server is required.
Does anyone have any ideas?
source
share