How would I display a RadAjaxLoadingPanel on c# function call where I'm doing some table updates and close it on return?
Note:
The user clicks on Save or Delete button, a conformation Dialog opens and if confirmed a function is called in c# to make the necessary changes in the database.