Communiquez avec les autres et partagez vos connaissances professionnelles

Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.

Suivre

What is the role of UpdatePanel in ASP.NET AJAX?

What is the role of UpdatePanel in ASP.NET AJAX?

user-image
Question ajoutée par Utilisateur supprimé
Date de publication: 2015/10/07
Muhammed Anas
par Muhammed Anas , Senior Web Applications Developer , Saudi Ground Services (SGS)

Triggers for a given UpdatePanel, by default, automatically include any child controls that invoke a postback, including (for example) TextBox controls that have their Autopostback property set to true.

UpdatePanel is the control that facilitate the partial page rendering functionality in an ASP.NET application. As discussed earlier that using ASP.NET AJAX, we can communicate with a web server asynchronously and update a part of a page without a complete page postback. In order to apply partial page update/rendering, we can add one or more UpdatePanel controls to our ASP.NET Page as follows:

Hide   Copy Code <asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager>

More Questions Like This

Avez-vous besoin d'aide pour créer un CV ayant les mots-clés recherchés par les employeurs?