📄 add.aspx
字号:
<%@ page language="C#" autoeventwireup="true" inherits="add, App_Web_3ca-jyki" validaterequest="false" %>
<!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>
</head>
<body>
<form id="form1" runat="server">
<div><table width="98%" border="0" cellspacing="0">
<tr>
<td width="100" height="25" bgcolor="#999999">小说名:</td>
<td bgcolor="#999999"> <asp:TextBox ID="name" runat="server"></asp:TextBox>
</td>
</tr>
<tr>
<td>章节名:</td>
<td height="25"> <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
目前已经更新到<asp:Label ID="Label2" runat="server" Text="Label"></asp:Label></td>
</tr>
<tr>
<td bgcolor="#999999">内容:</td>
<td height="25" bgcolor="#999999"> <asp:TextBox ID="TextBox2" runat="server" Height="174px" TextMode="MultiLine"
Width="377px"></asp:TextBox></td>
</tr>
<tr>
<td> </td>
<td height="25"> <asp:Label ID="Label1" runat="server" Text="Label"></asp:Label></td>
</tr>
<tr>
<td> </td>
<td height="25"> <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="发布" /><a href="booklist.aspx" >
返回图书管理</a></td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -