LinkedIn

Friday, June 11, 2010

Using Ajax Update Progress in ASP.Net

The following code snippets illusrate using ajax UpdateProgress in ASP.Net Applications:
Defaut.aspx



Default.aspx.cs

protected void Button1_Click(object sender, EventArgs e)


{

System.Threading.Thread.Sleep(5000);

}

No comments:

Post a Comment