Update one updatePanel without Updating the other?

164 views Asked by At

I have two updatePanels, each with a label and a button. I want to click on button 1 and it updates label 2, without updating/refreshing updatePanel 1 at all. Is this doable? Because button 1 is in updatePanel 1, updatePanel always seems to refresh. Thank you.

1

There are 1 answers

2
user194076 On