AJAX Image Loading
-
When the page is taking time for loading , I kept an update panel and a image for displaying the progress and im manually giving the time to show the progress image, I need a dynamic solution , so that when the data is loaded successfully automatically the loading image should close and has to show the data and if it is taking too much time than whatever i have specified then the image has to show until the data is loaded?
-
When the page is taking time for loading , I kept an update panel and a image for displaying the progress and im manually giving the time to show the progress image, I need a dynamic solution , so that when the data is loaded successfully automatically the loading image should close and has to show the data and if it is taking too much time than whatever i have specified then the image has to show until the data is loaded?
Hi, In ASP.NET you have got
"Update Progress Control"
and which has got"Progress Template"
. this template will in place if the contents in the page is loading. so, you make use of this to show your loading message to the user. refer below articles, for more on this. UpdateProgress Control Overview[^] The UpdateProgress Control of ASP.NET AJAX Extensions[^] UpdateProgress control[^] Introduction to AJAX UpdateProgress Control in ASP.NET and C#[^] ASP.NET Display “Loading…” message while update panel is updating[^] hope it helps.Vande Matharam - Jai Hind