AJAX圆角在Firefox和Chrome中不起作用 [英] AJAX Rounded Corner is not working in Firefox and Chrome

查看:59
本文介绍了AJAX圆角在Firefox和Chrome中不起作用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

朋友,

以下是我的无法在Chrome和Firefox中运行的代码.我已经在Internet Explorer中测试了此代码,在IE中可以正常工作,并且我使用了最令人讨厌的firefox和chrome版本.

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.

<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>

推荐答案

我不确定在firefox和chrome中是否有可用于圆角扩展器的修补程序,如果您希望查看以下链接,则无法确定:
http://forums.asp.net/t/1578629.aspx [ http://www.roundedpanel.baysoft-net.co.uk/ [
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/[^]


这篇关于AJAX圆角在Firefox和Chrome中不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆