iam using update progress control.its not working in pageload.
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?