add.aspx

来自「wap小说原创门户采集wapv2·0............」· ASPX 代码 · 共 42 行

ASPX
42
字号
<%@ 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">&nbsp;<asp:TextBox ID="name" runat="server"></asp:TextBox>
    </td>
  </tr>
  <tr>
    <td>章节名:</td>
    <td height="25">&nbsp;<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">&nbsp;<asp:TextBox ID="TextBox2" runat="server" Height="174px" TextMode="MultiLine"
            Width="377px"></asp:TextBox></td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td height="25">&nbsp;<asp:Label ID="Label1" runat="server" Text="Label"></asp:Label></td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td height="25">&nbsp;<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 + =
减小字号Ctrl + -
显示快捷键?