Sunday, March 11, 2012

Two Update Panels

By default each UpdatePanel has the UpdateMode set to "Always". If you set it to "Conditional" the other panel won't update. You can use triggers to update other UpdatePanels or from code using the Update() method.

No comments:

Post a Comment