Hello everyone,
I have a ASP.NET page in which some contents are inside the update panel(like gridview), some of them are outside of update panel(like Final save button).
In addition i have some controls inside my grid view.
currently i am trying to write some code, which will show loading.gif file as a popup on page load, or any controls clicked/changed inside the grid view or any controls that have postback inside the update panel as well as outside the update panel.
I am able to show loading image in postback of any controls/page load. But when i do postback on any of the control inside the update panel, i am not able to show loading.gif.
Your help will be appreciated.
Thank you in advance.
Go to the complete details ...