PC Review


Reply
Thread Tools Rating: Thread Rating: 3 votes, 1.00 average.

CollapsiblePanelExtender flashing panel during loading IE8

 
 
Cindy Lee
Guest
Posts: n/a
 
      8th Oct 2009
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>
 
Reply With Quote
 
 
 
 
Cindy Lee
Guest
Posts: n/a
 
      14th Oct 2009
On Oct 8, 12:31*am, Alexey Smirnov <alexey.smir...@gmail.com> wrote:
> On Oct 8, 1:43*am, Cindy Lee <danparker...@yahoo.com> wrote:
>
>
>
>
>
> > 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" />
> > * * * * * * * * * * * * * * * * * ***<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" />
> > * * * * * * * * * * * * * * *

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

>
> > * * * * * * </asp:Panel>

>
> 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
 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Adding AJAX Control Toolkit CollapsiblePanelExtender programmatically Jay Microsoft ASP .NET 0 30th Nov 2009 11:50 PM
Loading in Panel Alhambra Eidos Kiquenet Microsoft C# .NET 1 7th Aug 2008 11:31 AM
What is so different about a Panel and a PictureBox display (FLASHING) **Developer** Microsoft VB .NET 0 26th Jan 2006 02:08 PM
Screen flashing duing XP loading =?Utf-8?B?TWlrZS1F?= Windows XP New Users 3 21st Mar 2005 05:37 PM
Flashing during XP loading =?Utf-8?B?TWlrZS1F?= Windows XP Help 1 19th Mar 2005 12:25 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:45 PM.