?? studentadd.aspx
字號:
<%@ Page language="c#" Codebehind="studentAdd.aspx.cs" AutoEventWireup="false" Inherits="TestOnline.studentAdd" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>studentAdd</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<table border="1" bgcolor="#cccccc" width="200" align="center">
<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"></asp:TextBox></td>
<td><FONT face="宋體"></FONT></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>
<td></td>
</tr>
<tr>
<td>
<DIV style="DISPLAY: inline; WIDTH: 70px; HEIGHT: 15px" ms_positioning="FlowLayout">性別</DIV>
</td>
<td>
<asp:RadioButton id="RadioButton1" runat="server" Text="男" Checked="True" GroupName="sex"></asp:RadioButton><FONT face="宋體">
</FONT>
<asp:RadioButton id="RadioButton2" runat="server" Text="女" GroupName="sex"></asp:RadioButton></td>
<td><FONT face="宋體"></FONT></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>
<td></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="ImageButton2" runat="server" ImageUrl="images\btn_reinstall_1.gif"></asp:ImageButton></td>
<td><FONT face="宋體">
<asp:ImageButton id="ImageButton3" runat="server" ImageUrl="images\btn_cancel_1.gif"></asp:ImageButton></FONT></td>
</tr>
<tr>
<td colspan="3"><FONT face="宋體">
<asp:CheckBox id="CheckBox2" runat="server" Text="連續添加" Checked="True"></asp:CheckBox></FONT></td>
</tr>
</table>
</form>
</body>
</HTML>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -