📄 querystudentinform.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Querystudentinform.aspx.cs" Inherits="RS_Admin_Sys_XS_Mgt_XS_info_Mgt_Delstudentinformt" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>查询学生基本信息</title>
<link href="~/css/mm.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<div>
<table border="1" cellpadding="0" cellspacing="0">
<tr>
<td style="width: 141px">
查询学生基本信息</td>
<td style="width: 109px">
</td>
<td style="width: 100px">
</td>
</tr>
<tr>
<td style="width: 141px">
<asp:Label ID="Label1" runat="server" Text="请输入学号:" Width="137px"></asp:Label></td>
<td style="width: 109px">
<asp:TextBox ID="student_num" runat="server" ></asp:TextBox></td>
<td style="width: 100px">
<asp:Button ID="Button1" runat="server" Text="查询" Width="75px" OnClick="Button1_Click" /></td>
</tr>
<tr>
<td style="width: 141px">
</td>
<td style="width: 109px">
</td>
<td style="width: 100px">
</td>
</tr>
</table>
<asp:GridView ID="GVstudent" runat="server" Height="150px" Width="886px" AutoGenerateColumns="False">
<Columns>
<asp:BoundField DataField="student_num" HeaderText="学号" />
<asp:BoundField DataField="student_name" HeaderText="姓名" />
<asp:BoundField DataField="class_ID" HeaderText="班级编号" />
<asp:BoundField DataField="student_ID" HeaderText="学生编号" Visible="False" />
<asp:BoundField DataField="student_sex" HeaderText="性别" />
<asp:BoundField DataField="student_age" HeaderText="年龄" />
<asp:BoundField DataField="student_IDcard" HeaderText="身份证号" />
<asp:BoundField DataField="student_feature" HeaderText="政治面貌" />
<asp:BoundField DataField="student_phone" HeaderText="电话号码" />
<asp:BoundField DataField="student_born" HeaderText="籍贯" />
<asp:BoundField DataField="student_address" HeaderText="地址" />
<asp:BoundField DataField="student_image" HeaderText="照片" />
<asp:BoundField DataField="student_email" HeaderText="电子邮件" />
<asp:BoundField DataField="student_swap" HeaderText="异动情况" />
<asp:BoundField DataField="enter_time" HeaderText="入学时间" />
<asp:BoundField DataField="student_fun" HeaderText="任职情况" />
<asp:BoundField DataField="student_intru" HeaderText="说明" />
<asp:HyperLinkField DataNavigateUrlFields="student_ID" DataNavigateUrlFormatString="Alterstudentinform.aspx?student_ID={0}"
DataTextField="student_ID" DataTextFormatString="查看" HeaderText="详细情况" />
<asp:CommandField ShowDeleteButton="True" />
</Columns>
</asp:GridView>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -