ASP.NET UpdateProgress Control

I was having trouble getting my UpdateProgress Control  to actually display when I thought it should. I finally figured it out today. A little property called DisplayAfter solved the whole thing. The default is set to 500 milliseconds and if you turn that down a little bit, you should see a difference.

I set mine to 100.

Leave a Reply