⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 studentupdate.aspx

📁 在线考试系统 主要真对考试 开发的个人项目
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="studentUpdate.aspx.cs" Inherits="studentUpdate" %>

<!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>
    <link href="css/child.css" rel="stylesheet" type="text/css" />
</head>
<body>
    <form id="form1" runat="server">
    <div>
        <div ms_positioning="FlowLayout" style="display: inline; width: 112px; height: 16px">
            <span style="font-size: 16pt"><br />
            </span>
            <table id="mytable" cellspacing="0" align="center"  style="width: 370px; height: 210px" cellpadding="0">
				<tr>
					<th colSpan="3" scope="col" abbr="Dual 1.8" style="text-align: center">
                        <span style="font-size: 16pt">修改学生记录</span></th>
				</tr>
				<tr>
				<th scope="row" abbr="Model" class="spec" style="width: 84px"><DIV style="DISPLAY: inline; WIDTH: 70px; HEIGHT: 15px" ms_positioning="FlowLayout">学号:</DIV></th> 
					
					<td style="width: 235px; text-align: left;"><asp:textbox id="tbx_stuId" runat="server" Enabled="False" Font-Size="9pt" Height="19px" Width="215px"></asp:textbox></td>
				</tr>
				<tr>
				<th scope="row" abbr="G5 Processor" class="specalt" style="width: 84px"><DIV style="DISPLAY: inline; WIDTH: 70px; HEIGHT: 15px" ms_positioning="FlowLayout">姓名:</DIV></th> 
					
					<td class="alt" style="width: 235px; text-align: left;"><asp:textbox id="tbx_stuName" runat="server" Font-Size="9pt" Height="19px" Width="219px"></asp:textbox></td>
				</tr>
				<tr>
					<th scope="row" abbr="Model" class="spec" style="width: 84px; height: 25px;">
						<DIV style="DISPLAY: inline; WIDTH: 70px; HEIGHT: 15px; text-align: right;" ms_positioning="FlowLayout">性别:</DIV>
					</th>
					<td style="width: 235px; height: 25px; text-align: left;"><FONT>
                        <asp:RadioButtonList ID="RadioButton1" runat="server" Font-Size="15pt" RepeatDirection="Horizontal" Height="29px" Width="226px">
                            <asp:ListItem>男</asp:ListItem>
                            <asp:ListItem>女</asp:ListItem>
                        </asp:RadioButtonList>&nbsp;&nbsp;&nbsp;
						</FONT>
						</td>
				</tr>
				<tr>
					<th scope="row" abbr="G5 Processor" class="specalt" style="width: 84px; height: 23px;">
						<DIV style="DISPLAY: inline; WIDTH: 70px; HEIGHT: 15px" ms_positioning="FlowLayout">密码:</DIV>
					</th>
					<td class="alt" style="width: 235px; height: 23px; text-align: left;"><asp:textbox id="tbx_stuPwd" runat="server" Font-Size="15pt" TextMode="Password" Height="19px" Width="226px"></asp:textbox></td>
				</tr>
				<tr>
					<td style="height: 12px" colspan="2">
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;
                        &nbsp; &nbsp;
                        <asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="~/image/更新.gif" OnClick="ImageButton1_Click" />
                        &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                        &nbsp; &nbsp; &nbsp;&nbsp; &nbsp;
                        <asp:ImageButton ID="ImageButton2" runat="server" ImageUrl="~/image/取消1.gif" OnClick="ImageButton2_Click" /></td>
				</tr>
			</table>
            
        </div>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -