I have got a spinner on the page load, using a simple call to turn on the spinner with an onclick. It turns off when document.ready event. But on the same page when I make a server call through the onclick event and return to process the model changes, I do not see a way to turn off the Spinner...
Assume I have to javascripts
SpinnerOn()
SpinnerOff()
Both work great on the page loading process...
Any help would be great.
John