📄 updatastusrc.aspx
字号:
<%@ Page language="c#" Codebehind="updatastusrc.aspx.cs" AutoEventWireup="false" Inherits="stuman.updatastusrc" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>updatastusrc</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">
<link href="main.css" type="text/css" rel="stylesheet">
</HEAD>
<body MS_POSITIONING="GridLayout">
<div id="selclass" runat="server">
<form id="Form1" method="post" runat="server">
<table class="main" cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
<td colSpan="2">
<div align="center">选择班级</div>
</td>
</tr>
<tr>
<td width="25%">
<div align="center">入学时间</div>
</td>
<td><asp:dropdownlist id="Edschooldate" runat="server" Width="100px" CssClass="main">
<asp:ListItem Value="2002" Selected="True">2002</asp:ListItem>
<asp:ListItem Value="2003">2003</asp:ListItem>
<asp:ListItem Value="2004">2004</asp:ListItem>
<asp:ListItem Value="2005">2005</asp:ListItem>
<asp:ListItem Value="2006">2006</asp:ListItem>
</asp:dropdownlist></td>
</tr>
<tr>
<td width="25%">
<div align="center">班</div>
</td>
<td><asp:textbox id="Edclass" runat="server" Width="100px" BorderColor="#404040" BorderStyle="Solid"
BorderWidth="1px" CssClass="main"></asp:textbox></td>
</tr>
<tr>
<td width="25%">
<div align="center">科目</div>
</td>
<td><asp:dropdownlist id="Edsubject" runat="server" Width="100px" CssClass="main">
<asp:ListItem Value="ch">语文</asp:ListItem>
<asp:ListItem Value="ma">数学</asp:ListItem>
<asp:ListItem Value="en">英语</asp:ListItem>
<asp:ListItem Value="so">政治</asp:ListItem>
<asp:ListItem Value="ph">物理</asp:ListItem>
<asp:ListItem Value="cm">化学</asp:ListItem>
<asp:ListItem Value="ba">生物</asp:ListItem>
<asp:ListItem Value="er">地理</asp:ListItem>
<asp:ListItem Value="hs">历史</asp:ListItem>
<asp:ListItem Value="cp">计算机</asp:ListItem>
<asp:ListItem Value="pe">体育</asp:ListItem>
</asp:dropdownlist></td>
</tr>
<tr>
<td width="25%">
<div align="center">类别</div>
</td>
<td><asp:dropdownlist id="Edsort" runat="server" Width="100px" CssClass="main">
<asp:ListItem Value="mid">期中</asp:ListItem>
<asp:ListItem Value="fnl">期末</asp:ListItem>
<asp:ListItem Value="nom">普通</asp:ListItem>
<asp:ListItem Value="met">会考</asp:ListItem>
</asp:dropdownlist> </td>
</tr>
<tr>
<td colSpan="2">
<div align="center"></div>
<div align="center"><asp:button id="btnok" runat="server" Text="确定" BorderColor="#404040" BorderStyle="Solid" BorderWidth="1px"
CssClass="main"></asp:button></div>
</td>
</tr>
</table>
</form>
</div>
<div id="seldate" runat="server">
<form id="Form2" method="post" runat="server">
<table class="main" cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
<td>
<div align="center"><FONT face="宋体">选择日期</FONT></div>
</td>
</tr>
<tr>
<td>
<div align="center"><FONT face="宋体"></FONT><asp:listbox id="ListBox1" runat="server" Width="213px" CssClass="main"></asp:listbox></div>
</td>
</tr>
<tr>
<td>
<div align="center"><asp:button id="btnselok" runat="server" Text="确定" BorderColor="#404040" BorderWidth="1px" CssClass="main"></asp:button></div>
</td>
</tr>
</table>
</form>
</div>
<div id="view" runat="server">
<form id="Form3" method="post" runat="server">
<table class="main" cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
<td>
<div align="center"><asp:label id="lblclass" runat="server"></asp:label></div>
</td>
</tr>
<tr>
<td>
<div align="center"><asp:datagrid id="DataGrid1" runat="server" CssClass="main" GridLines="Horizontal" CellPadding="4"
BackColor="White" BorderWidth="1px" CellSpacing="1" BorderStyle="Double" BorderColor="#33CCFF" AllowSorting="True"
AutoGenerateColumns="False">
<SelectedItemStyle Font-Bold="True" ForeColor="White" BackColor="#339966"></SelectedItemStyle>
<EditItemStyle Wrap="False" BackColor="#FFFF66" BorderColor="#404040" BorderStyle="Solid" BorderWidth="1px"
CssClass="main"></EditItemStyle>
<ItemStyle Wrap="False" ForeColor="#333333" BackColor="Azure"></ItemStyle>
<HeaderStyle Font-Bold="True" Wrap="False" ForeColor="White" BackColor="#33CCFF"></HeaderStyle>
<FooterStyle ForeColor="#333333" BackColor="White"></FooterStyle>
<Columns>
<asp:BoundColumn DataField="stuid" ReadOnly="True" HeaderText="编号">
<HeaderStyle Wrap="False" Width="100px"></HeaderStyle>
<ItemStyle Wrap="False"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="name" ReadOnly="True" HeaderText="姓名">
<HeaderStyle Wrap="False" Width="50px"></HeaderStyle>
<ItemStyle Wrap="False"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="src" HeaderText="成绩">
<HeaderStyle Wrap="False" Width="200px"></HeaderStyle>
<ItemStyle Wrap="False"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn Visible="False" DataField="num" HeaderText="名次">
<HeaderStyle Wrap="False" Width="50px"></HeaderStyle>
<ItemStyle Wrap="False"></ItemStyle>
</asp:BoundColumn>
<asp:EditCommandColumn ButtonType="PushButton" UpdateText="更新" HeaderText="编辑" CancelText="取消" EditText="编辑"></asp:EditCommandColumn>
</Columns>
<PagerStyle HorizontalAlign="Center" ForeColor="White" BackColor="#336666" Mode="NumericPages"></PagerStyle>
</asp:datagrid></div>
</td>
</tr>
<tr>
<td>
<div align="center"><FONT face="宋体">
<asp:Button id="Button1" runat="server" Text="确定" BorderColor="#404040" BorderStyle="Solid"
BorderWidth="1px" CssClass="main"></asp:Button></FONT>
</div>
</td>
</tr>
<tr>
<td>
<div align="center"> </div>
</td>
</tr>
</table>
</form>
</div>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -