I have a web application in asp.net, mvc and sometimes my ajax request might take more than 1 second.
So I need to show a big div over the entire page (Loading...) while this request is working and to hide it when it's finished.
Does anybody know how to do this ?