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

📄 manage_card.aspx

📁 网络订餐基于jsp与servlet的网络订餐系统 适合学生使用
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="manage_card.aspx.cs" AutoEventWireup="false" Inherits="qruan.admin2006.manage_card" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>manage_card</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="810" border="0" cellpadding="0" cellspacing="1" bgcolor="green">
				<tr>
					<td><table width="810" border="0" cellspacing="0" cellpadding="0">
							<tr bgcolor="#afe195">
								<td width="405" height="30">&nbsp;<FONT face="宋体">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
										选择卡的状态:</FONT>
									<asp:DropDownList id="DropDownList1" runat="server" Width="80px" AutoPostBack="True">
										<asp:ListItem Value="未使用">未使用</asp:ListItem>
										<asp:ListItem Value="已使用">已使用</asp:ListItem>
										<asp:ListItem Value="所有卡" Selected="True">所有卡</asp:ListItem>
									</asp:DropDownList></td>
								<td width="405">&nbsp;<FONT face="宋体">请选择分店:
										<asp:DropDownList id="DropDownList2" runat="server" Width="104px" AutoPostBack="True">
											<asp:ListItem Value="未使用" Selected="True">未使用</asp:ListItem>
											<asp:ListItem Value="已使用">已使用</asp:ListItem>
										</asp:DropDownList></FONT></td>
							</tr>
						</table>
					</td>
				</tr>
				<tr bgcolor="#afe195">
					<td><asp:DataGrid id="DataGrid1" runat="server" Width="809px" AutoGenerateColumns="False" PageSize="15"
							AllowPaging="True" DataKeyField="id" 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"></asp:BoundColumn>
								<asp:BoundColumn DataField="card_num" ReadOnly="True" HeaderText="卡号"></asp:BoundColumn>
								<asp:BoundColumn DataField="card_pwd" ReadOnly="True" HeaderText="密码"></asp:BoundColumn>
								<asp:BoundColumn DataField="card_price" ReadOnly="True" HeaderText="销售价"></asp:BoundColumn>
								<asp:BoundColumn DataField="card_cb" ReadOnly="True" HeaderText="餐币"></asp:BoundColumn>
								<asp:BoundColumn DataField="use_user" ReadOnly="True" HeaderText="充值用户"></asp:BoundColumn>
								<asp:BoundColumn DataField="use_time" ReadOnly="True" HeaderText="使用时间"></asp:BoundColumn>
								<asp:BoundColumn DataField="add_time" ReadOnly="True" HeaderText="生成卡时间"></asp:BoundColumn>
								<asp:BoundColumn DataField="use_store" ReadOnly="True" HeaderText="分店"></asp:BoundColumn>
								<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 + -