How? I have cascading dropdowns, I want them to be un-clickable while the panel is updating (or at least appear to be).
Preferably using jQuery, Hide UpdatePanel during UpdateProgress was how I was thinking it would work but I don't know how to begin the function.
$("#imgID").closest('div').hide() ?
Edit: Even better would be if instead of hiding the dropdowns, they are just covered in semi-transparent grey while the gif does its thing over them.