weixin_33696822 2013-04-29 11:17 采纳率: 0%
浏览 14

看不到我的弹出窗口

I given my coding for a modal popup using AJAX. The problem is when I click the button, the popup is not displaying instead, it is just blinking once. Look at my code and tell me what is the problem with it.

<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>
   <asp:LinkButton ID="LinkButton1" runat="server">Login</asp:LinkButton>
   <asp:Panel ID="Panel1" runat="server" Width="241px" Style="display:none" >
    <table style="border-style: inherit; border-width: thin; width:100%;">
        <tr>
             <td class="style2">Username</td>
             <td><asp:TextBox ID="TextBox1" runat="server"></asp:TextBox></td>
        </tr>
        <tr>
            <td class="style3">Password</td>
            <td class="style1"><asp:TextBox ID="TextBox2" runat="server"></asp:TextBox></td>
        </tr>
        <tr>
            <td class="style2"><asp:Button ID="Button1" runat="server" Text="Signin" />               </td>
            <td><asp:Button ID="Button2" runat="server" Text="Cancel" /></td>
        </tr>
    </table>
</asp:Panel>
<ajaxTK:ModalPopupExtender ID="ModalPopupExtender" runat="server" 
                           TargetControlID="LinkButton1"
                           PopupControlID="Panel1" 
                           OkControlID="Button1" 
                           CancelControlID="Button1"
                           BackgroundCssClass="modepop">
</ajaxTK:ModalPopupExtender>
  • 写回答

0条回答

    报告相同问题?

    悬赏问题

    • ¥15 stata安慰剂检验作图但是真实值不出现在图上
    • ¥15 c程序不知道为什么得不到结果
    • ¥40 复杂的限制性的商函数处理
    • ¥15 程序不包含适用于入口点的静态Main方法
    • ¥15 素材场景中光线烘焙后灯光失效
    • ¥15 请教一下各位,为什么我这个没有实现模拟点击
    • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
    • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
    • ¥20 有关区间dp的问题求解
    • ¥15 多电路系统共用电源的串扰问题