温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:在线考试系统源码(毕业设计)
当前文件:
HBDGI338O5Y15/studentAdd.aspx[2K,2009-6-12 11:43:44],打开代码结构图
HBDGI338O5Y15/studentAdd.aspx[2K,2009-6-12 11:43:44],打开代码结构图1<%@ Page language="c#" Codebehind="studentAdd.aspx.cs" AutoEventWireup="false" Inherits="TestOnline.studentAdd" %> 2
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > 3
<HTML> 4
<HEAD> 5
<title>studentAdd</title> 6
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1"> 7
<meta name="CODE_LANGUAGE" Content="C#"> 8
<meta name="vs_defaultClientScript" content="JavaScript"> 9
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5"> 10
</HEAD> 11
<body MS_POSITIONING="GridLayout"> 12
<form id="Form1" method="post" runat="server"> 13
<table border="1" bgcolor="#cccccc" width="200" align="center"> 14
<tr> 15
<td colspan="3"> 16
<DIV style="DISPLAY: inline; WIDTH: 112px; HEIGHT: 16px" ms_positioning="FlowLayout">添加学生记录</DIV> 17
</td> 18
</tr> 19
<tr> 20
<td> 21
<DIV style="DISPLAY: inline; WIDTH: 70px; HEIGHT: 15px" ms_positioning="FlowLayout">学号:</DIV> 22
</td> 23
<td> 24
<asp:TextBox id="tbx_stuId" runat="server"></asp:TextBox></td> 25
<td><FONT face="宋体"></FONT></td> 26
</tr> 27
<tr> 28
<td> 29
<DIV style="DISPLAY: inline; WIDTH: 70px; HEIGHT: 15px" ms_positioning="FlowLayout">姓名:</DIV> 30
</td> 31
<td> 32
<asp:TextBox id="tbx_stuName" runat="server"></asp:TextBox></td> 33
<td></td> 34
</tr> 35
<tr> 36
<td> 37
<DIV style="DISPLAY: inline; WIDTH: 70px; HEIGHT: 15px" ms_positioning="FlowLayout">性别</DIV> 38
</td> 39
<td> 40
<asp:RadioButton id="RadioButton1" runat="server" Text="男" Checked="True" GroupName="sex"></asp:RadioButton><FONT face="宋体"> 41
</FONT> 42
<asp:RadioButton id="RadioButton2" runat="server" Text="女" GroupName="sex"></asp:RadioButton></td> 43
<td><FONT face="宋体"></FONT></td> 44
</tr> 45
<tr> 46
<td> 47
<DIV style="DISPLAY: inline; WIDTH: 70px; HEIGHT: 15px" ms_positioning="FlowLayout">密码:</DIV> 48
</td> 49
<td> 50
<asp:TextBox id="tbx_stuPwd" runat="server">123</asp:TextBox></td> 51
<td></td> 52
</tr> 53
<tr> 54
<td> 55
<asp:ImageButton id="ImageButton1" runat="server" ImageUrl="images\btn_save_1.gif"></asp:ImageButton></td> 56
<td align="center"> 57
<asp:ImageButton id="ImageButton2" runat="server" ImageUrl="images\btn_reinstall_1.gif"></asp:ImageButton></td> 58
<td><FONT face="宋体"> 59
<asp:ImageButton id="ImageButton3" runat="server" ImageUrl="images\btn_cancel_1.gif"></asp:ImageButton></FONT></td> 60
</tr> 61
<tr> 62
<td colspan="3"><FONT face="宋体"> 63
<asp:CheckBox id="CheckBox2" runat="server" Text="连续添加" Checked="True"></asp:CheckBox></FONT></td> 64
</tr> 65
</table> 66
</form> 67
</body> 68
</HTML> 69





