Overcoming Flickering in PopupExtenders
July 25th, 2008 by koolb | No Comments | Filed in .NET, AJAX, ASP.NET, Programming, Web, Web DevelopmentWhen ASP.NET Ajax popup extenders are used sometime you may see a small flickering in the form. You can avoid this by hiding the panel used by the popup controls using the following code block
PanelPopupControl.Style.Add(”display”, “none”);

