An UpdatePanel can be used to enable partial-page postbacks within an ASP.NET page. The contents of the UpdatePanel, which need to be encased in a ContentTemplate element, will be sent back to the server whilst the rest of the page will remain unchanged. The data returned from the postback will then be rendered to the ...