📄 listuser.aspx
字号:
<%@ Page language="c#" Inherits="eInfo.sys.ListUser" CodeFile="ListUser.aspx.cs" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>ListUser</title>
<link href="../css/sys.css" type="text/css" rel="stylesheet"/>
</HEAD>
<!--<LINK href="../css/style.css" type="text/css" rel="stylesheet"/>-->
<body>
<FORM id="Form1" method="post" runat="server">
<table width="775" align="center">
<tr>
<td align="right" style="width: 804px"><asp:imagebutton id="imagebutton1" runat="server" ImageUrl="../Images/sys/01.gif"></asp:imagebutton></td>
</tr>
<tr>
<td style="width: 804px; height: 201px">
<asp:GridView ID="GridView1" runat="server" AllowPaging="True" AutoGenerateColumns="False"
CssClass="border" OnPageIndexChanging="GridView1_PageIndexChanging" OnRowCancelingEdit="GridView1_RowCancelingEdit"
OnRowDeleting="GridView1_RowDeleting" OnRowEditing="GridView1_RowEditing" OnRowUpdating="GridView1_RowUpdating"
Width="770px">
<Columns>
<asp:BoundField DataField="userid" HeaderText="用户id" ReadOnly="True" />
<asp:BoundField DataField="name" HeaderText="用户姓名" />
<asp:BoundField DataField="password" HeaderText="密码" />
<asp:BoundField DataField="admin" HeaderText="身份" />
<asp:CommandField HeaderText="修改" ShowEditButton="True" />
<asp:CommandField HeaderText="删除" ShowDeleteButton="True" />
</Columns>
<RowStyle CssClass="tdbg" />
<HeaderStyle CssClass="title" />
</asp:GridView>
</td>
</tr>
</table>
</FORM>
<table align="center" width="775">
<tr align="center">
<td>
<form action="" method="get">
用户搜索:<input type="text" size="15" name="keyword" Class="pbutton"/>
<select name="where">
<option value="userid">用户id</option>
<option value="name" selected>用户名称</option>
</select>
<input type="submit" value="搜 索" size="Small" />
</form>
</td>
</tr>
</table>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -