Some time we have a method which takes a bit more time to execution.Due to this time consumption user get impatient One of Ajax control solved this problem which is ASP.NET AJAX Update Progress Control. ASP.NET AJAX Update Progress Control provides status information about page updates. Here I am going to explain how to use ASP.NET AJAX Updated Progress Control in a web page. Firstly we need a animated GIF.I am using the following image. In case of Visual studio 2005 install AjaxControlToolkit and in case of Visual studio 2010 add AjaxControlToolkit.dll in the project. Firstly we have to add scriptmanger inside the form tag. <asp:ScriptManager ID="ScriptManager1" runat="server" /> And Use updatePanel because we need partial update of page. And drag updateProgress from toolbox to the page. After that page will b...