I am using an UpdatePaenl in an asp.net page.
It has a button to trigger it. I’m able to show “Loading” when the button is pressed.
Here’s my issue: I need it to show “Loading” when the page is first called, not just when a button is pressed.
I would imagine that JavaScript would be used to trigger the UpdatePanel when the page is first loaded.
Any ideas are greatly appreciated. Thanks
You should be able to do this in javascript by setting up an event to fire after the page is loaded:
In ASP set the literal text like so:
More information exists at MSDN: http://msdn.microsoft.com/en-us/library/bb311028.aspx