> Hi Masudur,
>
[quoted text clipped - 3 lines]
> to create an updatepanel which covers the whole page (because the
> 'Updating..'-window disables the whole page)?
Hi,
Just put the portion that you want to update in the update panel...
lets say you do populate only a listbox with a click... put only the
listbox inside the updatepanel...
Thanks
Munna
www.kaz.com.bd
http://munnacs.110mb.com
Kai - 06 Jul 2007 16:02 GMT
Hi Masudur,
according to
http://ajax.asp.net/docs/tutorials/ProgrammingUpdateProgress.aspx I now moved
my save-button into an updatepanel and added an updateprogress control which
contains the 'Please wait, updating...' text.
But the panel is now just displayed next to the save-button. There are lots
of websites (like the codeplex link in my first posting) where the
update-text is centered on the screen and all other text is greyed out. How
could this be done? An example would be great. Many thanks!
> > Hi Masudur,
> >
[quoted text clipped - 14 lines]
> www.kaz.com.bd
> http://munnacs.110mb.com
Chad Scharf - 06 Jul 2007 17:07 GMT
Modal PopUp Dialog using the AJAX Extensions Library:
http://ajax.asp.net/ajaxtoolkit/ModalPopup/ModalPopup.aspx
Thanks,
Chad
> Hi Masudur,
>
[quoted text clipped - 31 lines]
>> www.kaz.com.bd
>> http://munnacs.110mb.com
Kai - 09 Jul 2007 07:30 GMT
Hi Chad,
yes, I knew this control, but it waits for a click on "OK". Is it possible
to avoid waiting for OK-click?
> Modal PopUp Dialog using the AJAX Extensions Library:
> http://ajax.asp.net/ajaxtoolkit/ModalPopup/ModalPopup.aspx
>
> Thanks,
> Chad