I have System.Threading.Thread.Sleep(150); that gets processed about 100 times which causes the page to hang until everything is processed then it loads. Is there anything I can do to show the actual page while it's finishing?
Go to the complete details ...