📄 addstu.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="addStu.aspx.cs" Inherits="addStu" %>
<!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">
<link href="css/child.css" rel="stylesheet" type="text/css" />
<title>添加学员信息</title>
</head>
<body>
<form id="form1" runat="server">
<div style="text-align: center">
<div style="text-align: center">
<br />
<table id="mytable" cellspacing="0" style="width: 424px; height: 259px;">
<tr>
<th colspan="2" style="text-align: left"> <span style="font-size: 15px"><strong><asp:Image ID="Image1" runat="server" ImageUrl="~/image/ss.gif" />
添加学员信息</strong></span></th>
</tr>
<tr>
<th class="spec" style="width: 128px">学 号:</th>
<td style="text-align: left">
<asp:TextBox ID="tbx_stuId" runat="server" BackColor="ControlLightLight" BorderColor="#ffffff" Font-Size="9pt" ></asp:TextBox></td>
</tr>
<tr>
<th class="specalt" style="width: 128px">姓 名:</th>
<td class="alt" style="text-align: left">
<asp:TextBox ID="tbx_stuName" runat="server" Font-Size="9pt"></asp:TextBox></td>
</tr>
<tr>
<th class="spec" style="height: 27px; width: 128px;">性 别:</th>
<td style="width: 100px; height: 27px; text-align: left;">
<asp:RadioButtonList ID="RadioButton1" runat="server" RepeatDirection="Horizontal" Height="15px" Width="154px">
<asp:ListItem Selected="True">男</asp:ListItem>
<asp:ListItem>女</asp:ListItem>
</asp:RadioButtonList></td>
</tr>
<tr>
<th class="specalt" style="width: 128px">密 码:</th>
<td class="alt" style="text-align: left">
<asp:TextBox ID="tbx_stuPwd" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td colspan="2" style="height: 15px">
<asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="~/image/提交.gif" OnClick="ImageButton1_Click" />
<asp:ImageButton ID="ImageButton3" runat="server"
ImageUrl="~/image/重置.gif" OnClick="ImageButton3_Click" />
<asp:ImageButton ID="ImageButton2" runat="server" ImageUrl="~/image/取消.gif" OnClick="ImageButton2_Click" />
<asp:CheckBox ID="CheckBox2" runat="server" Text="连续增加" /></td>
</tr>
</table>
</div>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -