iam using update progresss control. iam having the controls contentplaceholder and literal control.
whenever my page load i put
system.threading.thread.sleep(10000).
but its not showing LOADING message . update progress control is not working.
how to resolve?
Loading
Niradhip ChakrabortyPosted Jul 21, 2008, 4:08 PM
end and then rerender the page again.You can go for ajax to resolve it.
Or you can use a flash image.Create a page with a flash control something like
page is loading please wait...
and as soon as the main page is get loaded redirect it to that page.