Page 1 of 1

removing the update process dialog

Posted: Wed Jul 01, 2009 3:28 pm
by ryanstowasser
does anyone know how to keep a control from popping up the update process dialog?

We have a control that does updates on a timed interval, and I don't want the update process dialog from popping up when it updates.

we do want the dialog working for the rest of the site, but just not when the specified control is updating.

Re: removing the update process dialog

Posted: Thu Jul 02, 2009 10:24 am
by mazhar
Most probably you need to check ASP.NET AJAX documentation about how to control the process dialog.

Re: removing the update process dialog

Posted: Thu Jul 02, 2009 11:31 pm
by Logan Rhodehamel
Is your control present on all pages or just a specific one?