I am working on asp.net and c#.
I am using lots of ASP and HTML controls on the page and in some cases all the controls gets disabled. Some of the used Controls are:
You can use a below code for this purpose:
js on click:
$('body').append('');
once done:
$(".noclick").remove();
css:
.noclick { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 9999; /* or maybe higher */ background-color: transparent; }