2
I know that to effect this block/fade effect I can use Javasscript or some AJAX components.
I find interesting this type of care to avoid the user keep clicking several times on the same button which can generate problems. In addition to giving an indication that processing is still taking place.
What would be the most appropriate approach, Javascript, AJAX or otherwise?
I use the Updatepanel so I’d be on my way. Only I had problems with download button inside the Updatepanel, I had to put out of it, because it was not working. From what I understand it only works with cotroles among Updatepanel. The idea would be to play a div to block the entire screen without needing to disable the controls. I even managed to do it with Javascritp, but I wanted to make sure the best way forward.
– Jothaz