SIGN UP MEMBER LOGIN:    
ARTICLE

Using UpdateProgress Control in AJAX

Posted by Prashanth Chindam Articles | AJAX in C# January 22, 2011
This is a sample program demonstrating UpdateProgress Control.
Reader Level:
Download Files:
 

Design: 

1.gif
 
Place ScriptManager control (from 'Ajax Extensions' tab) on the form

Place one UpdatePanel control

In this UpdatePanel control, place one Login control and one label

Place one UpdateProgress control

In this UpdateProgress control, place one Image control and one label

Right click on application in solution explorer-> Add Existing Item-> select a progress bar gif image.

Set 'ImageUrl' property of Image control to locate progress bar gif image

2.gif
 
Set 'AssociateUpdatePanelId' property of UpdateProgress1 control as 'UpdatePanel1'

Code:

using System;
using System.Web.UI.WebControls;

public partial class _Default : System.Web.UI.Page
{
    protected void Page_Load(object sender, EventArgs e)
    {
        LabelMsg.Text = "";
    }
    protected void Login1_Authenticate(object sender, AuthenticateEventArgs e)
    {
        System.Threading.Thread.Sleep(3000);
        LabelMsg.Text = "valid user";
    }
}

Output: 
 
3.gif 

4.gif

Login to add your contents and source code to this article
share this article :
post comment
 
6 Months Free & No Setup Fees ASP.NET Hosting!
Become a Sponsor
PREMIUM SPONSORS
  • Finally – a virtual platform that delivers next-generation Windows Server 2008 Hyper-V virtualization technology from a managed hosting partner you can truly depend on. Visit www.maximumasp.com/max for a FREE 30 day trial. Hurry offer ends soon. Climb aboard the MaxV platform and take advantage of High Availability, Intelligent Monitoring, Recurrent Backups, and Scalability – with no hassle or hidden fees. As a managed hosting partner focused solely on Microsoft technologies since 2000, MaximumASP is uniquely qualified to provide the superior support that our business is built on. Unparalleled expertise with Microsoft technologies lead to working directly with Microsoft as first to offer IIS 7 and SQL 2008 betas in a hosted environment; partnering in the Go Live Program for Hyper-V; and product co-launches built on WS 2008 with Hyper-V technology.
    Get 2 Months Free of ASP.NET Hosting for Only $4.95/month! Receive FREE MS SQL and MySQL Databases Including ASP.NET 4/3.5, MVC 3.0, Silverlight 4, Windows 2008/IIS 7.0 Plus FREE IIS 7 Modules. Host UNLIMITED ASP.NET Web Sites - Click Here!
Nevron Gauge for SharePoint
Become a Sponsor