I have a outer updatepanel that has a few buttons and a inner updatepanel within the outer one.
Both of them are set to updatemode=conditional. I would want the updates to happen independent of each other. However, when a button is clicked in the outer updatepanel, the inner updatepanel is updated as well.
Is there a way to prevent this behavior?