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

📄 store_manager.aspx

📁 网络订餐基于jsp与servlet的网络订餐系统 适合学生使用
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="store_manager.aspx.cs" AutoEventWireup="false" Inherits="qruan.admin2006.store_manager" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>user_manage</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">
		<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
		<style type="text/css">
BODY { COLOR: green }
TD { COLOR: green }
TH { COLOR: green }
BODY { BACKGROUND-COLOR: #cee1c4 }
		</style>
		<LINK href="./css.css" type="text/css" rel="stylesheet">
	</HEAD>
	<body MS_POSITIONING="GridLayout">
		<form id="Form1" method="post" runat="server">
			<table width="809" border="0" cellpadding="0" cellspacing="1" bgcolor="green">
				<tr bgcolor="#afe195">
					<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
							<tr>
								<td width="244" height="28">&nbsp;</td>
								<td width="237">&nbsp;&nbsp;配送员
									<asp:TextBox id="TextBox2" runat="server" Width="96px" Height="18px"></asp:TextBox>
									<asp:Button id="Button2" runat="server" Text="查找" Height="20px"></asp:Button></td>
								<td width="328"><asp:Panel id="Panel1" runat="server" Width="296px" Visible="False">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 请先择分店 
<asp:DropDownList id="DropDownList1" runat="server" Width="96px" AutoPostBack="True"></asp:DropDownList></asp:Panel></td>
							</tr>
						</table>
					</td>
				</tr>
				<tr bgcolor="#afe195">
					<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
							<tr>
								<td width="87" height="28">&nbsp;</td>
								<td width="642" align="center">订单管理员名&nbsp;:
									<asp:TextBox id="TextBox3" runat="server" Height="18px" Width="101px"></asp:TextBox>&nbsp; 
									密码:
									<asp:TextBox id="TextBox4" runat="server" Height="18px" Width="101px"></asp:TextBox>&nbsp;
									<asp:Button id="Button1" runat="server" Height="20px" Text="添加"></asp:Button></td>
								<td width="78">&nbsp;</td>
							</tr>
						</table>
					</td>
				</tr>
				<tr bgcolor="#afe195">
					<td><asp:DataGrid id="DataGrid1" runat="server" AutoGenerateColumns="False" Width="809px" AllowPaging="True"
							DataKeyField="id" PageSize="17" BorderColor="Green" BorderWidth="1px">
							<AlternatingItemStyle HorizontalAlign="Center" BackColor="#CEE1C4"></AlternatingItemStyle>
							<ItemStyle HorizontalAlign="Center" BackColor="#AFE195"></ItemStyle>
							<HeaderStyle Font-Bold="True" HorizontalAlign="Center" BackColor="#91DE85"></HeaderStyle>
							<Columns>
								<asp:BoundColumn DataField="id" ReadOnly="True" HeaderText="ID">
									<HeaderStyle Width="60px"></HeaderStyle>
								</asp:BoundColumn>
								<asp:BoundColumn DataField="admin_name" ReadOnly="True" HeaderText="管理员">
									<HeaderStyle Width="200px"></HeaderStyle>
								</asp:BoundColumn>
								<asp:TemplateColumn HeaderText="密码">
									<ItemTemplate>
										<asp:Label id=Label1 runat="server" Text='<%# DataBinder.Eval(Container, "DataItem.admin_pwd") %>'>
										</asp:Label>
									</ItemTemplate>
									<EditItemTemplate>
										<asp:TextBox id="TextBox1" runat="server" Width="131px"></asp:TextBox>
									</EditItemTemplate>
								</asp:TemplateColumn>
								<asp:BoundColumn DataField="admin_limit" ReadOnly="True" HeaderText="分店名">
									<HeaderStyle Width="200px"></HeaderStyle>
								</asp:BoundColumn>
								<asp:EditCommandColumn ButtonType="LinkButton" UpdateText="更新" HeaderText="编辑" CancelText="取消" EditText="编辑"></asp:EditCommandColumn>
								<asp:ButtonColumn Text="删除" HeaderText="删除" CommandName="Delete"></asp:ButtonColumn>
							</Columns>
							<PagerStyle Font-Bold="True" HorizontalAlign="Right" PageButtonCount="15" Mode="NumericPages"></PagerStyle>
						</asp:DataGrid></td>
				</tr>
			</table>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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