开发者

asp.net ajax popupcontrol items show briefly on page

开发者 https://www.devze.com 2023-01-29 07:05 出处:网络
I have a usercontrol on my page. The user control contains an ajax updatepanelwith a listbox in it. There is also a PopupControlExtender that is tied to that panel so when the user clicks on something

I have a usercontrol on my page. The user control contains an ajax updatepanel with a listbox in it. There is also a PopupControlExtender that is tied to that panel so when the user clicks on something the popup shows. That is all working fine except when my page initially loads I briefly see all the listbox ite开发者_运维百科ms and then they go away.


Got it: style="display:none" on the updatepanel

0

精彩评论

暂无评论...
验证码 换一张
取 消