What is the “UpdatePanel”? [closed]

2020-04-06 03:08发布

问题:

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.

what is the main purpose of UpdatePanel in ASP.Net ? And what is the of Triggers tag in UpdatePanel ?

回答1:

An UpdatePanelis a set of components that you want to be affected by ajaxified updates in your webapplication. The triggers are what causes the panel of components to update.

If you want to know more about asp.net ajax and update panel please read How Ajax for ASP.NET updatepanels work.