Is any way to disable Update panel during async postback?
I want to prevent any user activity before postback will be completed, how can I do it?
Thanks!
Hey, have you gotten a good answer to this yet?
You can check out my solution here: http://thecodebug.com/?p=33
Let me know if you have any questions.
Add a <div> on page like below:
<div id="divMask" style="background-color: #ffffff; position: absolute; top: 0; left: 0; opacity: 0.9;filter: alpha(opacity=90); z-index:10000; display:none;"></div>
Show the div and resize it in WebAsyncRefreshPanel1_RefreshRequest(oPanel, oEvent, id) function, and hide it in WebAsyncRefreshPanel1_RefreshComplete(oPanel) function.
AlexanderZh said:I have a question about how and where I get state of this support case?
You can follow up on your support requests, including seeing the current status, providing updates to the case, closing cases, or reopening closed cases, from the My Support Requests page of our website.
Hi!
I have a question about how and where I get state of this support case?
Joseph,
I'm fairly sure that this is a different issue - at least, it's different from what was clarified after the original post in the thread.
Neither WARP nor WebGrid does anything to "block" further user interaction when their AJAX callbacks are being processed. I'm not entirely certain why this would cause an error, so I would indeed recommend submitting a separate support request.