Ajax模态弹出式扩展器未在Chrome中触发 [英] Ajax modal pop up extender is not firing in Chrome

查看:69
本文介绍了Ajax模态弹出式扩展器未在Chrome中触发的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Ajax模态弹出式扩展器无法在Chrome中触发.仅当Ajax模态弹出式窗口放置在更新asp面板中时才会发生.但这在IE中效果很好.请帮帮我.
谢谢和问候,
VJ

代码位于下面:

Ajax modal pop up extender is not firing in Chrome.This occur only when Ajax modal pop up placed inside an update asp panel.but this works fine in IE.Please help me.
Thanks and regards,
VJ

Code is placed below:

<%@ WebService Language="VB" CodeBehind="~/App_Code/ClientManager.vb" Class="ClientManager" %>
 <asp:UpdatePanel ID="UpdatePanel1" runat="Server">
                    <ContentTemplate>
  <asp:Button ID="btnFindDrug" runat="server" Text="Find" />
   <%--Medication Search--%>

<asp:ModalPopupExtender id="mpeDrugSerach" runat="server" backgroundcssclass="modalBackground"

           dropshadow="true" popupcontrolid="pnlSearch"

        popupdraghandlecontrolid="Panel3" targetcontrolid="btnFindDrug" CancelControlID="btnclose">
</asp:ModalPopupExtender>

            <asp:Panel ID="pnlSearch" runat="server" CssClass="modalPopup" Style="display:block"

                Width="550px">

                    <ContentTemplate>--%>
                        <table style="height: 100%; width: 100%;">
                            <tr>
                                <td style="vertical-align: top">

                                    <table style="width: 100%;">
                                        <tr>
                                            <td style="vertical-align: top" colspan="2">

                                                <div id="divfound" style="height: 100%; width: 100%; vertical-align: top; display: block">
                                                   <asp:Button ID="test" runat="server" Text="Test" />
                                                </div>
                                            </td>
                                        </tr>
                                        <tr style="height: 30px">
                                            <td style="width: 50%" align="right">
                                                <asp:Button ID="OkButton" runat="server" Text="OK" />
                                            </td>
                                            <td style="width: 50%" align="right">
                                                <asp:Button ID="btnclose" runat="server" Text="Cancel" />
                                            </td>
                                        </tr>
                                    </table>
                                </td>
                            </tr>
                        </table>

            </asp:Panel>

         </ContentTemplate>

                </asp:UpdatePanel>

推荐答案

Cheers ..能够通过安装新的AJAX控制套件(2011年5月发行)来对问题进行排序
谢谢和问候...
Cheers..able to sort the issue by installing new AJAX control kit(May 2011 Release)
Thanks and regards...


这篇关于Ajax模态弹出式扩展器未在Chrome中触发的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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