我已經asp.net web應用程序,我想包括Ajax特性,我已經正確添加更新面板腳本管理一切,但它仍然引起全回傳, 做我需要做任何額外的東西,包括現有項目中的AJAX,這樣它應該做部分回發更新面板造成全文後回
什麼可以是可能的原因,它造成全回傳,
IAM使用vissual工作室10和我項目的目標.NET 4.0
我曾嘗試:
我試着包括異步回發觸發和控制和事件定義的觸發器,使更新面板的更新模式屬性條件和兒童觸發屬性設置爲false,腳本管理器中設置使局部呈現爲true 什麼工作
enter code here<asp:scriptmanager ID="script1" runat="server"></asp:scriptmanager>
<asp:UpdatePanel ID="panel1" runat="server">
<ContentTemplate>
<table cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
<TD width=10><IMG height=1 src="../images/spacer.gif" width=10 border=0></TD>
<td align="left">
<table class="titleTable" width="100%" cellSpacing="0" cellPadding="0" border="0">
<tr>
<%--<td><A onclick="javascr:showHide('ExpiredItemsSection', 'ExpiredsearchImage');" href="javascri:void(0);"><STRONG>Expired Items</strong></A></td>
<td align="right"><a href="javascri:void(0);" onclick="javascri:showHide('ExpiredItemsSection', 'ExpiredsearchImage');"><IMG id="ExpiredsearchImage" src="../images/spacer.gif" width="18" height="15" border="0" runat="server"></a></td>
--%>
<td>
<asp:linkbutton id="Expireditem" runat="server" onClick="Expireditem_Click">Expired Items</asp:linkbutton>
</td>
</tr>
</table>
</td>
<TD width=10><IMG height=1 src="../images/spacer.gif" width=10 border=0></TD>
</tr>
<tr>
<td colspan="3"><IMG height=3 src="../images/spacer.gif" width=1 border=0></td>
</tr>
</table>
<div id="ExpiredItemsSection" runat="server">
<table cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
<td colspan="3"><IMG height=10 src="../images/spacer.gif" width=1 border=0></td>
</tr>
<tr>
<td width="10"><IMG height="1" src="../images/spacer.gif" width="5" border="0"></td>
<td noWrap align="center">
<table cellSpacing="0" cellPadding="0" border="0" class="formTable" width="100%">
<tr>
<td align="right" height="20px"><strong><asp:label id="ExpiredItemsRenderNav" Runat="server" CssClass="blueText"></asp:label></strong> </td>
</tr>
</table>
</td>
<td width="10"><IMG height="1" src="../images/spacer.gif" width="5" border="0"></td>
</tr>
</table>
<TABLE cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
<td colspan="3"><IMG height=3 src="../images/spacer.gif" width=1 border=0></td>
</tr>
<TR>
<TD width=10><IMG height="1" src="../images/spacer.gif" width="10" border="0"></TD>
<TD>
<asp:datagrid id="ExpiredItemsList" runat="server" CssClass="dataTable" HorizontalAlign="Center" AutoGenerateColumns="False" PageSize="6" AllowSorting="True" AllowPaging="True" Width="100%" ToolTip="Click the items to view details" border="0">
<AlternatingItemStyle CssClass="grey"></AlternatingItemStyle>
<ItemStyle CssClass="Right"></ItemStyle>
<HeaderStyle CssClass="header" HorizontalAlign="left" />
<Columns>
<asp:TemplateColumn SortExpression="ItemID" HeaderText="Item ID">
<ItemTemplate>
<asp:Label ID="lblItemID" Runat="server" Text='<%# DataBinder.Eval (Container.DataItem, "ItemID") %>'>
</asp:Label>
</ItemTemplate>
</asp:TemplateColumn>
<asp:TemplateColumn SortExpression="Description" HeaderText="Description">
<ItemTemplate>
<IRIS:RBACLINK id="rbacDescription" NavigateURL="../MyIris/ViewItem.aspx" runat="server" Text='<%# DataBinder.Eval (Container.DataItem, "Description")%>' >
</IRIS:RBACLINK>
</ItemTemplate>
</asp:TemplateColumn>
<asp:TemplateColumn SortExpression="lotno" HeaderText="Lot No">
<ItemTemplate>
<asp:Label ID="lotno" Runat="server" Text='<%# DataBinder.Eval (Container.DataItem, "lotno") %>'>
</asp:Label>
</ItemTemplate>
</asp:TemplateColumn>
<asp:TemplateColumn SortExpression="Serial No" HeaderText="Serial No">
<ItemTemplate>
<asp:Label ID="Serial_No" Runat="server" Text='<%# DataBinder.Eval (Container.DataItem, "Serial No") %>'>
</asp:Label>
</ItemTemplate>
</asp:TemplateColumn>
<asp:TemplateColumn SortExpression="Ref Price" HeaderText="Value">
<ItemTemplate>
<asp:Label ID="Ref_Price" Runat="server" Text='<%# DataBinder.Eval (Container.DataItem, "Ref Price") %>'>
</asp:Label>
</ItemTemplate>
</asp:TemplateColumn>
<asp:TemplateColumn SortExpression="Item Status" HeaderText="Item Status">
<ItemTemplate>
<asp:Label ID="Item_Status" Runat="server" Text='<%# DataBinder.Eval (Container.DataItem, "Item Status") %>'>
</asp:Label>
</ItemTemplate>
</asp:TemplateColumn>
<asp:TemplateColumn SortExpression="location" HeaderText="Location">
<ItemTemplate>
<asp:Label ID="location" Runat="server" Text='<%# DataBinder.Eval (Container.DataItem, "location") %>'>
</asp:Label>
</ItemTemplate>
</asp:TemplateColumn>
<asp:TemplateColumn SortExpression="forecastdays" HeaderText="Days">
<ItemTemplate>
<asp:Label ID="forecastdays" Runat="server" Text='<%# DataBinder.Eval (Container.DataItem, "forecastdays") %>'>
</asp:Label>
</ItemTemplate>
</asp:TemplateColumn>
<asp:TemplateColumn SortExpression="expirydate" HeaderText="Expired Date">
<ItemTemplate>
<asp:Label ID="ExpiryDate" Runat="server" Text='<%# DataBinder.Eval (Container.DataItem, "expirydate") %>'>
</asp:Label>
</ItemTemplate>
</asp:TemplateColumn>
</Columns>
<PagerStyle NextPageText="Next <img src='../images/arrowsOutline.gif' border=0 alt='arrow Bullet' width='14' height='11' align='absmiddle'>"
PrevPageText="<img src='../images/arrowsOutline_left.gif' border=0 alt='left Arrow' width='14' height='11' align='absmiddle'> Previous"
HorizontalAlign="Right"></PagerStyle>
</asp:datagrid></TD>
<TD width=10><IMG height="1" src="../images/spacer.gif" width="10" border="0"></TD>
</TR>
<tr>
<td colspan="3"><IMG height="10" src="../images/spacer.gif" width="1" border=0></td>
</tr>
<tr>
<td><IMG height="1" src="../images/spacer.gif" width="1" border=0></td>
<td class="lineSeperator" height="1"><IMG height="1" src="../images/spacer.gif" width="1" border=0></td>
<td><IMG height="1" src="../images/spacer.gif" width="1" border=0></td>
</tr>
</TABLE>
</div>
</ContentTemplate>
</asp:UpdatePanel>
能否請你分享的源代碼。如果你不清楚你的問題,這沒有幫助。 –
這裏是代碼 –