show progress image while loading asp.net page
Posted
by Arny
on Stack Overflow
See other posts from Stack Overflow
or by Arny
Published on 2010-03-30T12:08:38Z
Indexed on
2010/03/30
12:13 UTC
Read the original article
Hit count: 394
Hi there,
I have an asp.net page, with couple of Divs, some of these div's get the image path from database and show the image in a smaller version (thumbnail). and as soon as user click on thumbnail, I use ajax Modal popup to show the full size image, what I need to have is to have a progree image(gif), on every thumbnail image while loading the asp.net page for the first time, I konw that it is possible to use UpadePanel, but I need the actual working code,or any other way to achieve this,
Thanks in advance
© Stack Overflow or respective owner