📄 add.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="add.aspx.cs" Inherits="add" %>
<!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>
<style type="text/css">
body{font-size:12px;}
</style>
</head>
<body>
<form id="form1" runat="server">
<div style="text-align: center">
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>
<br />
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<table style="border:1px solid #000;">
<tr>
<td style="width: 100px; height: 21px">
姓名</td>
<td style="width: 150px; height: 21px">
<asp:TextBox ID="TextBox3" runat="server" Width="125px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 100px; height: 21px">
语文</td>
<td style="width: 150px; height: 21px">
<asp:TextBox ID="TextBox1" runat="server" Width="125px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 100px; height: 36px;">
数学</td>
<td style="width: 150px; height: 36px;">
<asp:TextBox ID="TextBox2" runat="server" Width="125px"></asp:TextBox></td>
</tr>
<tr>
<td style="height: 33px" colspan="2">
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="提交成绩" />
<asp:LinkButton ID="LinkButton1" runat="server" PostBackUrl="~/manage.aspx">资料管理</asp:LinkButton></td>
</tr>
</table>
</ContentTemplate>
</asp:UpdatePanel>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -