我有asp.net頁面的母版頁。當我更新內容頁面整個母版頁面刷新爲此,我使用ajax腳本管理器來更新僅內容頁面。 現在我想用裝載機母版頁和page.but我的裝載機內容是不行的proper.when我更新的內容頁面加載不work.below是我的內容頁如何在asp.net中使用加載器與主頁面和內容頁面?
<asp:ScriptManager ID="ScriptManager1" runat="server"/>
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
</asp:ContentPlaceHolder>
</ContentTemplate>
</asp:UpdatePanel>
代碼和我的加載程序代碼低於我在我的內容頁面使用
<script type="text/javascript">
$(window).load(function() {
$("form1").li(500);
});
</script>
刷新整個頁面加載程序的工作,但對於內容頁面加載程序不工作。
我在哪裏可以使用這一個 –
您需要使用內容的地方這個腳本持有人在每個asp.net主網頁 –
現在檢查更新的圖像 –