I\'m sure this is easy but I can\'t figure it out:
I have an ASP.NET page with some UpdatePanels on it. I want the page to completely load with some \'Please w
Use a timer control that will be fired after a certain number of milliseconds (for page to load). In the timer tick event refresh the update panel.