📄 studentupdate.aspx
字号:
<%@ Page language="c#" Codebehind="studentUpdate.aspx.cs" AutoEventWireup="false" Inherits="TestOnline.studentUpdate" aspCompat="True"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>修改学生信息</title>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<table width="200" align="center" bgColor="#cccccc" border="1">
<tr>
<td colSpan="3">
<DIV style="DISPLAY: inline; WIDTH: 112px; HEIGHT: 16px" ms_positioning="FlowLayout">修改学生记录</DIV>
</td>
</tr>
<tr>
<td>
<DIV style="DISPLAY: inline; WIDTH: 70px; HEIGHT: 15px" ms_positioning="FlowLayout">学号:</DIV>
</td>
<td><asp:textbox id="tbx_stuId" runat="server" Enabled="False"></asp:textbox></td>
</tr>
<tr>
<td>
<DIV style="DISPLAY: inline; WIDTH: 70px; HEIGHT: 15px" ms_positioning="FlowLayout">姓名:</DIV>
</td>
<td><asp:textbox id="tbx_stuName" runat="server"></asp:textbox></td>
</tr>
<tr>
<td>
<DIV style="DISPLAY: inline; WIDTH: 70px; HEIGHT: 15px" ms_positioning="FlowLayout">性别</DIV>
</td>
<td><asp:radiobutton id="rb_male" runat="server" GroupName="sex" Checked="True" Text="男"></asp:radiobutton><FONT face="宋体">
</FONT>
<asp:radiobutton id="rb_female" runat="server" GroupName="sex" Text="女"></asp:radiobutton></td>
</tr>
<tr>
<td>
<DIV style="DISPLAY: inline; WIDTH: 70px; HEIGHT: 15px" ms_positioning="FlowLayout">密码:</DIV>
</td>
<td><asp:textbox id="tbx_stuPwd" runat="server">123</asp:textbox></td>
</tr>
<tr>
<td><asp:imagebutton id="ImageButton1" runat="server" ImageUrl="images\btn_save_1.gif"></asp:imagebutton></td>
<td align="center">
<asp:imagebutton id="ImageButton3" runat="server" ImageUrl="images\btn_cancel_1.gif"></asp:imagebutton></td>
</tr>
</table>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -