Sign in | Join
Last post 07-03-2009 2:09 AM by mihir.mone. 4 replies.
Sort Posts: Oldest to newest Newest to oldest
Hi All,
my dropdows are shown and clickable also when updateprogress is triggered. I have solution, but it uses the iframe. Is there any solution without the iframe?
I'm, using IE6
Thanks a lot.
Michal
I may be wrong about understanding the scenario,
but You can disable that dropdown manually before your ajax request gets called.
Hope this helps you..
Use ModalPopup as a proghress indicator, so that whole screen gets covered
http://mattberseth.com/blog/2007/07/modalpopup_as_an_ajax_progress.html
Hi,
You can disable the control when updating and set it back after updating.
You can also use the following ModalUpdate Progress to cover the controls so that the users can't click any control on the page.
http://vincexu.blogspot.com/2008/10/how-to-make-modalupdate-progress-bar-on.html
Hey Vince,
I suggested the same thing, but I guess he is not convinced.