Mutiple UpdatePanels on a page

  • Thread starter Thread starter Danny Ni
  • Start date Start date
D

Danny Ni

Hi,

I have 3 UpdatePanel on a page: UpdatePanel1, UpdatePanel2, UpdatePanel3. I
have a button inside UpdatePanel2, when this buttons is clicked all 3
UpdatePanels got updated, is this normal behavior? I only expect UpdatePanel
2 to be updated.

TIA
 
Danny said:
I have 3 UpdatePanel on a page: UpdatePanel1, UpdatePanel2,
UpdatePanel3. I have a button inside UpdatePanel2, when this buttons
is clicked all 3 UpdatePanels got updated, is this normal behavior? I
only expect UpdatePanel 2 to be updated.

This has the info you're looking for:

"Building Interactive User Interfaces with Microsoft ASP.NET AJAX: Using the
UpdatePanel"
http://www.4guysfromrolla.com/articles/102407-1.aspx

Andrew
 
Back
Top