測(cè)試衝突部份:? ? ? ? <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>主要原因應(yīng)該就是異步刷新控件和easyui的引入發(fā)生了衝突,導(dǎo)致easyui不生效。
屏蔽UpdatePanel?后才有效果,求大佬建議
scriptManger和easyui中的衝突問題
進(jìn)擊的前端小白
2018-07-12 11:47:01