測試衝突部份:
<asp:ScriptManager ID="ScriptManager1" runat="server" AsyncPostBackTimeout="300">
</asp:ScriptManager>
<asp:UpdateProgress ID="UpdateProgress1" runat="server">
<ProgressTemplate>
<div style="width: 100%; height: 500px; position: absolute; background-image: url(../images/loading_detail.gif);
background-repeat: no-repeat; background-position: center center; text-align: center;
vertical-align: bottom; z-index: 0;">
</div>
</ProgressTemplate>
</asp:UpdateProgress>
<asp:UpdatePanel ID="Updatepanel2" runat="server">
<ContentTemplate>
主要原因應該就是異步刷新控件和easyui的引入發生了衝突,導致easyui不生效。 屏蔽UpdatePanel 后才有效果,求大佬建議
慕设计2395807