Building AJAX Applications using ASP.Net AJAX Framework,The implementation of AJAX enabled application is made easy with the help of 2 new controls called UpdatePanel control and ScriptManager control in ASP.Net AJAX framework. This are the two primary controls that makes AJAX happen with very less effort. This article will help us understand the usage of these two new controls by implementing a sample application. ScriptManager Control,UpdatePanel Control,Setting External Triggers to UpdatePanel,Dynamically Updating/Refreshing UpdatePanels,Registering a Control outside UpdatePanel as Ajax Enabled Controls,Nested UpdatePanel Controls,Using UpdateProgress Control.
