CollapsiblePanelExtender flashing panel during loading IE8

C

Cindy Lee

I don't see the same problem in firefox. Everytime it loads the page
it flashes. Code below. Is there a bug in IE8?

<cc1:CollapsiblePanelExtender
ID="cpe" runat="Server"
TargetControlID="Panel2"
CollapsedSize="0"
ExpandedSize="150"
Collapsed="True"
ExpandControlID="ImageButton2"
CollapseControlID="ImageButton2"
AutoCollapse="False"
AutoExpand="False"
ScrollContents="False"
TextLabelID="Label1"
CollapsedText="Show Details..."
ExpandedText="Hide Details"
ImageControlID="Image1"
ExpandDirection="Vertical" />



<div id="div_login">
<asp:panel ID="Panel2" Width="400px" runat="server"
BackColor="Black"
height="0px"
overflow="hidden"

<asp:Label ID="Label_error"
Visible="false" runat="server" ForeColor="#CC0000" Text="Bad email or
password"></asp:Label>
<asp:UpdateProgress ID="UpdateProgress2"
runat="server">
<ProgressTemplate>
<asp:Image ID="LogoImage4"
ImageUrl="Images/ajax-loader_flower.gif" runat="server" />
&nbsp;&nbsp;<asp:Label
ID="Label_Ver" runat="server" Text="Verifying..."
ForeColor="#3399FF"/>
</ProgressTemplate>
</asp:UpdateProgress>
<br />
<asp:Table ID="Table2" runat="server"
ForeColor="White">
<asp:TableRow>
<asp:TableCell>Username:</
asp:TableCell>
<asp:TableCell>
<asp:TextBox ID="TB_un_email"
runat="server" Width="140"></asp:TextBox></asp:TableCell>
</asp:TableRow>
<asp:TableRow>
<asp:TableCell>Password:</
asp:TableCell>
<asp:TableCell>
<asp:TextBox ID="TB_password"
TextMode="Password" runat="server" Width="140"></asp:TextBox></
asp:TableCell>
</asp:TableRow>
</asp:Table>
<br />
<asp:ImageButton ID="IB_log_submit"
ImageUrl="Images\log_submit.jpg" runat="server"
OnClick="ImageButton_login_Click" />
&nbsp;

<asp:ImageButton ID="IB_log_cancel"
ImageUrl="Images\log_cancel.jpg" runat="server"
OnClick="IB_cancel_Click" />
<br />
<br />
<br />

</asp:panel>
 
C

Cindy Lee

Check if this may helphttp://stackoverflow.com/questions/933806/asp-net-ajax-collapsible-pa...- Hide quoted text -

- Show quoted text -

Thanks, but it's still flashing. I'll probably just use model popup
extender
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,048
Latest member
verona

Latest Threads

Top