<%@ Control Language="C#" AutoEventWireup="true" CodeFile="NavigationControl.ascx.cs" Inherits="AspTest.Web.NavigationControl" %><%@ OutputCache Duration="100000" VaryByParam="*" %><asp:Repeater ID="repCategories" runat="server"><HeaderTemplate><table cellspacing="0" border="0" style="border-collapse: collapse;"></HeaderTemplate><ItemTemplate><tr><td class="<%= ControlStyle %>"><asp:HyperLink runat="server" ID="lnkCategory" NavigateUrl='<%# string.Format("~/Products.aspx?page=0&categoryId={0}", Eval("Id")) %>' Text='<%# Eval("Name") %>' /><asp:HiddenField runat="server" ID="hidCategoryId" Value='<%# Eval("Id") %>' /></td></tr></ItemTemplate><FooterTemplate></table></FooterTemplate></asp:Repeater>請教各位大蝦:上面的代碼中,<%= ControlStyle %> 及 <%# string.Format("~/Products.aspx?page=0&categoryId={0}", Eval("Id")) %>' Text='<%# Eval("Name") %> <%= %> <%# %>各代表什么意思呀?能否提供一些關(guān)于這方面的資料,謝謝了~~~~
asp.net web網(wǎng)頁問題
30秒到達戰(zhàn)場
2019-05-14 09:08:22