I have an interesting situation that my usually clever mind hasn\'t been able to come up with a solution for :) Here\'s the situation...
I have a class that has a g
When your async method starts, I would open some sort of modal dialog (that the user cannot close) telling them that the request is in process. When the request finishes, close the modal in your callback.
One possible way to do this is with jqModal, but that would require you to load jQuery into your project. I'm not sure if that's an option for you or not.