ASP.NET AJAX - The UpdatePanel Control

The UpdatePanel Control

The UpdatePanel is an ASP.NET server control that updates portions of a web page without reloading it. Through a mechanism called asynchronous postback, the HTML for the region of the page wrapped by the control is sent by the server asynchronously through an Ajax request.

The ASP.NET controls that have been specified as content in an UpdatePanel are able to cause either synchronous (traditional) or asynchronous postbacks, by means of triggers.

A trigger is an event coming from an ASP.NET control that causes an UpdatePanel to refresh its contents. Through triggers, an asynchronous postback can be started also by controls that are declared outside the region of the ASP.NET page wrapped by the UpdatePanel control.

In the following code, only the content of the Update control (the span element that displays the current date and time) is re-rendered every time the button is clicked.

<%= DateTime{{Not a typo|.}}Now %>

Read more about this topic:  ASP.NET AJAX

Famous quotes containing the word control:

    Being a parent is such serious business that we dare not take it too seriously. Children are inherently funny. So are parents. We all are at our funniest when we are desperately struggling to appear to be in control of a new situation.
    Lawrence Kutner (20th century)