I have a web page with bunch of hyperlinks on it. Sometimes it takes time in redirecting so I put the updateprogress control on my web page. The update progress control does not seem to work. I cannot put the System.Threading.thread.sleep to test the code because all the code is on aspx page.
Is their anyway I can make the update progress control to work.