Add a loading image to UpdateProgress Control
February 10th, 2007 at 4:47 pm (General)
Hi
Yesterday when I am coming across the Asp.net Ajax.. I found the control UpdateProgress . It’s quite easy and good to show the progress images. To add an image like a rotating circle or moving bar to the UpdateProgress Control is super easy. Go to: http://www.ajaxload.info/ and generate the type of image you would like to display. Click download image and the image will then be displayed in the browser. Right click on the image and save image to your image folder. Â
After that just drag the UpdateProgress to the designer view and then get the image Control and the put it inside the update progress control. Then go to image control property and then add the image URL path…Â and also you can add the time to DisplayAfter.Â
All done now..
Elam
