Click here to Skip to main content
16,021,041 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Friends,

Below is my code which is not working in Chrome and Firefox. I have tested this code in Internet Explorer, it is working fine in IE , and i have letest versions of firefox and chrome.

C#
<pre lang="xml"><div align="center" id="div123">
       <asp:ToolkitScriptManager ID="ToolkitScriptManager1" runat="server">
       </asp:ToolkitScriptManager>
       <h1 style="color: Gray">
           RSBY Enrollement Counts Of Kerala State
       </h1>
       <asp:UpdatePanel runat="server" ID="updpanel" UpdateMode="Conditional">
           <ContentTemplate>
               <asp:GridView runat="server" ID="gd" BackColor="White" BorderColor="#CCCCCC" BorderStyle="None" BorderWidth="1px" CellPadding="3"  >

                   <RowStyle ForeColor="#000066" />
                   <FooterStyle BackColor="White" ForeColor="#000066" />
                   <PagerStyle BackColor="White" ForeColor="#000066" HorizontalAlign="Left" />
                   <SelectedRowStyle BackColor="#669999" Font-Bold="True" ForeColor="White" />
                   <HeaderStyle BackColor="#006699" Font-Bold="True" ForeColor="White" />

               </asp:GridView>
           </ContentTemplate>
       </asp:UpdatePanel>
       <asp:UpdateProgress runat="server" ID="UpdProgress" AssociatedUpdatePanelID="updPanel" DynamicLayout="true">
           <ProgressTemplate>
               Please Wait...
           </ProgressTemplate>
       </asp:UpdateProgress>
   </div>
   <asp:RoundedCornersExtender ID="RoundedCornersExtender2" runat="server" TargetControlID="updpanel" Radius="10" Corners="All" Color="red">
   </asp:RoundedCornersExtender>
Posted
Updated 18-Jun-12 20:20pm
v2

1 solution

I am not sure if there is a fix available for rounded corner extender in firefox and chrome, instead if you wish to look at below link:
http://forums.asp.net/t/1578629.aspx[^]

http://www.roundedpanel.baysoft-net.co.uk/[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900