⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 booknav.ascx

📁 本系统是网上书店系统。本系统是应用ASP.NET 和SQL Sever2000数据库组成
💻 ASCX
字号:
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="BookNav.ascx.cs" Inherits="BookNav" %>
        <asp:datalist id="MyList" Font-Size="Larger" EnableViewState="False" SelectedItemStyle-BackColor="dimgray"
								width="220px" runat="server" ShowFooter="False" Font-Underline="True" HorizontalAlign="Center"
								Font-Bold="True" CellSpacing="6">
								<SelectedItemStyle Font-Size="Medium" BackColor="DimGray"></SelectedItemStyle>
								<SelectedItemTemplate>
									<asp:HyperLink id="HyperLink2" Text='<%# DataBinder.Eval(Container.DataItem, "CatName") %>' NavigateUrl='<%# "BookList.aspx?CatID=" + DataBinder.Eval(Container.DataItem, "CatID") + "&selection=" + Container.ItemIndex %>' runat="server" />
								</SelectedItemTemplate>
								<ItemStyle Font-Underline="True" HorizontalAlign="Center"></ItemStyle>
								<ItemTemplate>
									<asp:HyperLink id="HyperLink1" Text='<%# DataBinder.Eval(Container.DataItem, "CatName") %>' NavigateUrl='<%# "BookList.aspx?CatID=" + DataBinder.Eval(Container.DataItem, "CatID") + "&selection=" + Container.ItemIndex %>' runat="server" />
								</ItemTemplate>
							</asp:datalist>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -