📄 modify.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="modify.aspx.cs" Inherits="modify" %>
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><style type="text/css">
<!--
body,td,th {
font-size: 12px;
}
-->
</style></head>
<body>
<form id="form1" runat="server">
<div>
编辑新闻<br />
<table border="1" align="center" cellpadding="0" cellspacing="0" style="width: 500px">
<tr>
<td style="width: 100px">
新闻标题:</td>
<td style="width: 400px">
<asp:TextBox ID="TextBox1" runat="server" Columns="50" MaxLength="50"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 100px">
新闻来源:</td>
<td style="width: 400px">
<asp:TextBox ID="TextBox2" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 100px">
新闻内容:</td>
<td style="width: 400px">
<asp:TextBox ID="TextBox3" runat="server" Columns="50" Rows="10" TextMode="MultiLine"></asp:TextBox></td>
</tr>
<tr>
<td align="center" colspan="2">
<asp:Button ID="Button1" runat="server" Text="更新" Width="58px" OnClick="Button1_Click" />
<input id="Reset1" type="reset" value="取消" onclick="history.go(-1);" /></td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -