I have two update panels in the same page, both have their updatemode set to conditional. Inside each update panel are various controls. When I click on the controls in one it changes the other, I thought update panels were meant to stop this?
Specifically, the text in a databound label (bound to a linq data source) in one update panel vanishes when a checkbox (also databound, but to a different datasource) is clicked in the other.
The problem only affects the databound control,