Hello I'm using easyui-dialog window from asp.net
<div id="withdiv" class="easyui-dialog" runat="server" title="Your Account" data-options="modal:true,closed:true,iconCls:'icon-save'" style="width:908px;height:600px;padding:20px;">
<asp:Button ID="Button2" runat="server" Text="Button" />
</div>
I'm not able to fire button click event. Can anyone suggest me?
Go to the complete details ...