我使用的是Select2 jquery控件,它在.aspx页面上工作正常,但是当我在Ajax模态扩展器弹出窗口上使用它时,它不会显示在用户控件.ascx上。出于某种原因,我目前无法使用jquery模式而不是Ajax模式,但需要使用它。这是我的代码
Login.aspx页面
$(document).ready(function () {
$("#PopupLoginControl1_selectGroup").select2(
{ tags: ["user", "admin", "super admin"] });
OnClick="ShowMessage">Show Groups
Visible="false" runat="server" />
模态弹出窗口PopupLoginControl.ascx
CodeFile="PopupLoginControl.ascx.cs" Inherits="Ajax_PopupLoginControl" %>
TagPrefix="ajaxtoolkit" %>
CancelControlID="btnClose" runat="server" PopupControlID="Panel1" ID="ModalPopupExtender1"
TargetControlID="btnShowPopup" />
Width="400px" BackColor="White">
Groups : |