📄 employeeadmin.aspx
字号:
<%@ Register TagPrefix="cc1" Namespace="NewGlassBook" Assembly="NewGlassBook" %>
<%@ Page language="c#" Codebehind="EmployeeAdmin.aspx.cs" AutoEventWireup="false" Inherits="NewGlassBook.EmployeeAdmin" %>
<HTML>
<HEAD>
<title></title>
<META http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK href="../../NewGlassBook.css" type="text/css" rel="stylesheet"></LINK>
</HEAD>
<body>
<form id="employee_admin" method="post" runat="server">
<table cellSpacing="0" cellPadding="0" width="96%" align="center" border="0">
<tr>
<td class="tdLeft">
<asp:dropdownlist id="condition" runat="server">
<asp:ListItem Value="a.id">用户标识</asp:ListItem>
<asp:ListItem Value="Name">姓名</asp:ListItem>
<asp:ListItem Value="Mobile">手机</asp:ListItem>
<asp:ListItem Value="companyname">所属公司</asp:ListItem>
</asp:dropdownlist>
<cc1:mytextbox id="conditionValue" runat="server"></cc1:mytextbox>
<cc1:mybutton id="dbtn_search" runat="server" Text="查询"></cc1:mybutton>
<asp:label id="lblWarning" runat="server" CssClass="lblWarning"></asp:label>
</td>
</tr>
<tr>
<td>
<cc1:superdatagrid id="dgShow" runat="server" OnPageIndexChanged="dgShow_Change" AllowPaging="True" AutoGenerateColumns="False" CellPadding="3" BorderColor="#FFFFFF" BorderStyle="Solid" Width="100%" BorderWidth="1px" Font-Size="X-Small" Font-Names="宋体">
<ItemStyle Font-Size="10pt" Wrap="False"></ItemStyle>
<HeaderStyle Font-Size="10pt" HorizontalAlign="Center" BorderColor="#E0E0E0" BackColor="Transparent"></HeaderStyle>
<Columns>
<asp:BoundColumn DataField="id" ReadOnly="True" HeaderText="用户标识"></asp:BoundColumn>
<asp:BoundColumn DataField="password" HeaderText="密码"></asp:BoundColumn>
<asp:BoundColumn DataField="name" HeaderText="姓名"></asp:BoundColumn>
<asp:BoundColumn DataField="Mobile" HeaderText="手机"></asp:BoundColumn>
<asp:BoundColumn DataField="Tel" HeaderText="电话"></asp:BoundColumn>
<asp:BoundColumn DataField="CompanyName" ReadOnly="True" HeaderText="所属公司"></asp:BoundColumn>
<asp:EditCommandColumn ButtonType="PushButton" UpdateText="更新" CancelText="取消" EditText="编辑"></asp:EditCommandColumn>
<asp:ButtonColumn Text="删除" ButtonType="PushButton" CommandName="Delete"></asp:ButtonColumn>
</Columns>
<PagerStyle Font-Size="10pt"></PagerStyle>
</cc1:superdatagrid>
</td>
</tr>
</table>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -