Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Jul 10, 2012 12:19 PM by Deise Vicky
Member
2 Points
9 Posts
Jul 09, 2012 08:57 PM|LINK
Hello;
I have one application where I use the control ModalPopupExtender, but when I refresh my page, the modal is showing on my screen, and this is so horrible, take a look.
Images's link: http://flic.kr/p/cuv2H9
I'd like to hide my popup during refresh. What I can do to solve this problem?
Best Regards.
All-Star
65619 Points
11118 Posts
Jul 10, 2012 03:24 AM|LINK
Set the style on the panel (in your ASPX file) to "display:none". (Try "visibility:hidden" if that doesn't work.)
The Modal Popup Extender will still display and hide the Panel properly and you won't experience a flash when loading the page.
http://mattberseth.com/blog/2007/08/how_to_stop_the_modalpopup_fli.html
Jul 10, 2012 12:19 PM|LINK
Hi;
I did exactly same the sample of your link.
I put the property style="display:none;" on the panel.
Thank you.
Deise Vicky
Member
2 Points
9 Posts
ModalPopupExtender + UpdatePanel
Jul 09, 2012 08:57 PM|LINK
Hello;
I have one application where I use the control ModalPopupExtender, but when I refresh my page, the modal is showing on my screen, and this is so horrible, take a look.
Images's link: http://flic.kr/p/cuv2H9
I'd like to hide my popup during refresh. What I can do to solve this problem?
Best Regards.
chetan.sarod...
All-Star
65619 Points
11118 Posts
Re: ModalPopupExtender + UpdatePanel
Jul 10, 2012 03:24 AM|LINK
Set the style on the panel (in your ASPX file) to "display:none". (Try "visibility:hidden" if that doesn't work.)
The Modal Popup Extender will still display and hide the Panel properly and you won't experience a flash when loading the page.
http://mattberseth.com/blog/2007/08/how_to_stop_the_modalpopup_fli.html
Senior Software Engineer,
Approva Systems Pvt Ltd, Pune, India.
Deise Vicky
Member
2 Points
9 Posts
Re: ModalPopupExtender + UpdatePanel
Jul 10, 2012 12:19 PM|LINK
Hi;
I did exactly same the sample of your link.
I put the property style="display:none;" on the panel.
Thank you.