📄 sender_manage.aspx
字号:
<%@ Page language="c#" Codebehind="sender_manage.aspx.cs" AutoEventWireup="false" Inherits="qruan.admin2006.sender_manage" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>user_manage</title>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<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 cellSpacing="1" cellPadding="0" width="809" bgColor="green" border="0">
<tr bgColor="#afe195">
<td>
<table cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
<td width="244" height="28"> </td>
<td width="237"> 配送员
<asp:textbox id="TextBox2" runat="server" Height="18px" Width="96px"></asp:textbox><asp:button id="Button2" runat="server" Height="20px" Text="查找"></asp:button></td>
<td width="328"><asp:panel id="Panel1" runat="server" Width="296px" Visible="False"> 请先择分店
<asp:DropDownList id="DropDownList1" runat="server" Width="96px" AutoPostBack="True"></asp:DropDownList></asp:panel></td>
</tr>
</table>
</td>
</tr>
<tr bgColor="#afe195">
<td>
<table cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
<td style="WIDTH: 135px" width="135" height="28"> </td>
<td align="center" width="608">配送员代号:
<asp:textbox id="TextBox1" runat="server" Height="18px" Width="95px"></asp:textbox>真实姓名:
<asp:textbox id="TextBox3" runat="server" Height="18px" Width="93px"></asp:textbox>
<asp:button id="Button1" runat="server" Height="20px" Text="添加"></asp:button></td>
<td width="99"> </td>
</tr>
</table>
</td>
</tr>
<tr bgColor="#afe195">
<td><asp:datagrid id="DataGrid1" runat="server" Width="809px" BorderWidth="1px" BorderColor="Green"
PageSize="17" DataKeyField="id" AllowPaging="True" AutoGenerateColumns="False">
<AlternatingItemStyle HorizontalAlign="Center" BackColor="#CEE1C4"></AlternatingItemStyle>
<ItemStyle HorizontalAlign="Center" BackColor="#AFE195"></ItemStyle>
<HeaderStyle Font-Bold="True" HorizontalAlign="Center" BackColor="#91DE85"></HeaderStyle>
<Columns>
<asp:TemplateColumn HeaderText="ID">
<ItemTemplate>
<FONT face="宋体">
<asp:HyperLink id=HyperLink1 runat="server" NavigateUrl='<%# "./sender_sum.aspx?id="+DataBinder.Eval(Container, "DataItem.sender_name") %>'><%# DataBinder.Eval(Container, "DataItem.id") %></asp:HyperLink></FONT>
</ItemTemplate>
</asp:TemplateColumn>
<asp:BoundColumn DataField="sender_name" HeaderText="配送员(代号)">
<HeaderStyle Width="200px"></HeaderStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="true_name" HeaderText="真实姓名">
<HeaderStyle Width="180px"></HeaderStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="store_name" 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 + -