ASP.NET UpdatePanel

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Insert
> Step 2: And Like the video. BONUS: You can also share it!

Introduction

This topic describes how to add partial-page update support to a Web page by using two Microsoft Ajax server controls: the ScriptManager control and the UpdatePanel control. These controls remove the requirement to refresh the whole page with each postback, which improves the user experience.

Syntax

  • <asp:UpdatePanel ID="UpdatePanel1" runat="server">
    </asp:UpdatePanel>

Remarks

A ScriptManager must be added to page to make the UpdatePanel to work.



Got any ASP.NET Question?