📄 addbook.aspx
字号:
<%@ page language="C#" autoeventwireup="true" inherits="addbook, App_Web_3ca-jyki" %>
<!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>
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
</head>
<body> <form id="form1" runat="server">
<table width="98%" border="0" cellspacing="1">
<tr>
<td width="100" height="25" bgcolor="#CCCCCC">
小说名:</td>
<td bgcolor="#CCCCCC"> <asp:TextBox ID="name" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="height: 27px">
作者:</td>
<td style="height: 27px"> <asp:TextBox ID="TextBox2" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td bgcolor="#CCCCCC" style="height: 27px">
开头字母:</td>
<td bgcolor="#CCCCCC" style="height: 27px">
<label>
<asp:DropDownList ID="DropDownList1" runat="server">
<asp:ListItem>a</asp:ListItem>
<asp:ListItem>b</asp:ListItem>
<asp:ListItem>c</asp:ListItem>
<asp:ListItem>d</asp:ListItem>
<asp:ListItem>e</asp:ListItem>
<asp:ListItem>f</asp:ListItem>
<asp:ListItem>g</asp:ListItem>
<asp:ListItem>h</asp:ListItem>
<asp:ListItem>i</asp:ListItem>
<asp:ListItem>j</asp:ListItem>
<asp:ListItem>k</asp:ListItem>
</asp:DropDownList></label></td>
</tr>
<tr>
<td height="25">分类:</td>
<td>
<label>
<asp:DropDownList ID="DropDownList2" runat="server">
<asp:ListItem>武侠仙侠</asp:ListItem>
<asp:ListItem>军事历史</asp:ListItem>
<asp:ListItem>奇幻魔幻</asp:ListItem>
<asp:ListItem>恐怖灵异</asp:ListItem>
</asp:DropDownList></label></td>
</tr>
<tr>
<td height="25">介绍:</td>
<td> <asp:TextBox ID="TextBox1" runat="server" ></asp:TextBox></td>
</tr>
<tr>
<td height="25"> </td>
<td> <asp:Button ID="Button1" runat="server" Text="发布" OnClick="Button1_Click" /></td>
</tr>
</table></form>
</body>
</html>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -