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

📄 yhgl.aspx

📁 希望我上传的购书网站系统能给你很大的帮助
💻 ASPX
字号:
<%@ Register TagPrefix="uc1" TagName="jtfoot" Src="jtfoot.ascx" %>
<%@ Register TagPrefix="uc1" TagName="jthead" Src="jthead.ascx" %>
<%@ Page language="c#" Codebehind="yhgl.aspx.cs" AutoEventWireup="false" Inherits="gswz.yhgl" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>yhgl</title>
		<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
		<meta name="CODE_LANGUAGE" Content="C#">
		<meta name="vs_defaultClientScript" content="JavaScript">
		<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
	</HEAD>
	<body MS_POSITIONING="GridLayout" bgColor="#ccffff">
		<form id="Form1" method="post" runat="server">
			<asp:DataGrid id="DataGrid2" style="Z-INDEX: 101; LEFT: 88px; POSITION: absolute; TOP: 296px"
				runat="server" AutoGenerateColumns="False" BorderStyle="None" AllowPaging="True" Width="616px"
				BorderColor="#E7E7FF" BorderWidth="1px" BackColor="White" CellPadding="3" GridLines="Horizontal">
				<SelectedItemStyle Font-Bold="True" ForeColor="#F7F7F7" BackColor="#738A9C"></SelectedItemStyle>
				<AlternatingItemStyle BackColor="#F7F7F7"></AlternatingItemStyle>
				<ItemStyle ForeColor="#4A3C8C" BackColor="#E7E7FF"></ItemStyle>
				<HeaderStyle Font-Bold="True" ForeColor="#F7F7F7" BackColor="#4A3C8C"></HeaderStyle>
				<FooterStyle ForeColor="#4A3C8C" BackColor="#B5C7DE"></FooterStyle>
				<Columns>
					<asp:BoundColumn DataField="id" ReadOnly="True" HeaderText="序号"></asp:BoundColumn>
					<asp:BoundColumn DataField="userName" HeaderText="用户名"></asp:BoundColumn>
					<asp:BoundColumn DataField="passsword" HeaderText="密码"></asp:BoundColumn>
					<asp:EditCommandColumn ButtonType="LinkButton" UpdateText="更新" HeaderText="修改" CancelText="取消" EditText="编辑"></asp:EditCommandColumn>
					<asp:ButtonColumn Text="删除" HeaderText="删除" CommandName="Delete"></asp:ButtonColumn>
				</Columns>
				<PagerStyle HorizontalAlign="Right" ForeColor="#4A3C8C" BackColor="#E7E7FF" Mode="NumericPages"></PagerStyle>
			</asp:DataGrid>
			<asp:Label id="Label1" style="Z-INDEX: 102; LEFT: 320px; POSITION: absolute; TOP: 224px" runat="server"
				Width="184px" Font-Bold="True" Font-Size="X-Large">用户管理</asp:Label>
			<asp:Panel id="Panel1" style="Z-INDEX: 103; LEFT: 16px; POSITION: absolute; TOP: 16px" runat="server"
				Width="104px">
				<uc1:jthead id="Jthead1" runat="server"></uc1:jthead>
			</asp:Panel>
			<asp:Panel id="Panel2" style="Z-INDEX: 104; LEFT: 24px; POSITION: absolute; TOP: 624px" runat="server"
				Width="80px">
				<uc1:jtfoot id="Jtfoot1" runat="server"></uc1:jtfoot>
			</asp:Panel>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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