I have rather a complex UI page with several UpdatePanels nested. All of them are set to UpdateMode = "Conditional"
I have a listbox outside all the updatepanels. It's strange how there's a flicker on these listboxes when any buttons within the UpdatePanels are clicked.
My understanding was if the mode is conditional, this should not be happening.
Any ideas on where to start troubleshooting?