ModalPopupExtender Error
问题 i want to popup ModalPopupExtender in button click, but when i run my code and click on the button then ModalPopupExtender is not popup even i used all the required AjaxControlToolkit references for this my code is following : <form id="form1" runat="server"> <asp:ScriptManager ID="ScriptManager1" runat="server"> </asp:ScriptManager> <div> <asp:Panel ID="Panel1" runat="server" BackColor="#CC3300"> hello... </asp:Panel> <asp:Button ID="Button1" runat="server" Text="click here" /> <asp