📄 zhuce.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="zhuce.aspx.cs" Inherits="zhuce" %>
<!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>
</head>
<body>
<form id="form1" runat="server">
<div>
<table style="text-align: center" width="780" border="1">
<tr>
<td colspan="3">
添加新生窗口</td>
</tr>
<tr>
<td colspan="3" style="height: 28px; text-align: center;">
学号<asp:TextBox ID="txtNo" runat="server"></asp:TextBox>
</td>
</tr>
<tr>
<td colspan="3" style="height: 28px; text-align: center;">
密码<asp:TextBox ID="TextBox1" runat="server" TextMode="Password"></asp:TextBox>
确认密码<asp:TextBox ID="TextBox2" runat="server" TextMode="Password"></asp:TextBox>
</td>
</tr>
<tr>
<td style="height: 11px;">
姓名<br />
<asp:TextBox ID="txtName" runat="server"></asp:TextBox></td>
<td style="height: 11px;">
性别<asp:RadioButtonList ID="radlSex" runat="server" RepeatColumns="2" Width="80px">
<asp:ListItem>男 </asp:ListItem>
<asp:ListItem>女</asp:ListItem>
</asp:RadioButtonList></td>
<td style="height: 11px;">
民族<br />
<asp:DropDownList ID="dropNation" runat="server">
<asp:ListItem>汉族</asp:ListItem>
<asp:ListItem>回族</asp:ListItem>
<asp:ListItem>土家族</asp:ListItem>
<asp:ListItem>满族</asp:ListItem>
<asp:ListItem>蒙古族</asp:ListItem>
<asp:ListItem>藏族</asp:ListItem>
<asp:ListItem>辽族</asp:ListItem>
</asp:DropDownList></td>
</tr>
<tr>
<td style="width: 219px">
出生日期(1980-01-18)<br />
<asp:TextBox ID="txtBirthday" runat="server"></asp:TextBox></td>
<td style="width: 273px">
入学时间(2000-08-01)<br />
<asp:TextBox ID="txtTime" runat="server"></asp:TextBox></td>
<td style="width: 267px">
班级<asp:DropDownList ID="dropClass" runat="server">
<asp:ListItem>网安0601班</asp:ListItem>
<asp:ListItem>网安0602班</asp:ListItem>
<asp:ListItem>网安0603班</asp:ListItem>
<asp:ListItem>网安0604班</asp:ListItem>
</asp:DropDownList></td>
</tr>
<tr>
<td colspan="3">
家庭住址<asp:TextBox ID="txtAddress" runat="server" Width="675px"></asp:TextBox></td>
</tr>
<tr>
<td colspan="3" style="height: 31px">
<br />
备注(用来找会密码)<br />
<asp:TextBox ID="txtElse" runat="server" Height="22px" Width="700px"></asp:TextBox></td>
</tr>
<tr>
<td colspan="3">
<asp:LinkButton ID="lbtnOK" runat="server" OnClick="lbtnOK_Click">确定</asp:LinkButton>
<asp:LinkButton ID="lbtnBack" runat="server" OnClick="lbtnBack_Click">返回</asp:LinkButton></td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -