⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bookedit.aspx

📁 自己开发的一个wap手机网站源代码 公开代码供大家学习下载
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="BookEdit.aspx.cs" Inherits="admins_BookEdit" %>

<!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 id="Head1" runat="server">
    <title>无标题页</title>
</head>
<body>
    <form id="form1" runat="server">
    <div>
        <table>
            <tr>
                <td colspan="2" rowspan="6">
                </td>
                <td style="width: 100px">
                </td>
                <td style="width: 159px">
                </td>
                <td style="width: 100px">
                </td>
                <td style="width: 100px">
                </td>
                <td style="width: 192px">
                </td>
                <td rowspan="6" style="width: 100px">
                </td>
            </tr>
            <tr>
                <td style="width: 100px">
                    <asp:Label ID="Label1" runat="server" Text="名称:"></asp:Label></td>
                <td colspan="2">
                    <asp:TextBox ID="TbxName" runat="server"></asp:TextBox></td>
                <td style="width: 100px">
                </td>
                <td style="width: 192px">
                </td>
            </tr>
            <tr>
                <td style="width: 100px">
                    <asp:Label ID="Label2" runat="server" Text="作者:"></asp:Label></td>
                <td colspan="2">
                    <asp:TextBox ID="TbxzZuozhe" runat="server"></asp:TextBox></td>
                <td style="width: 100px">
                </td>
                <td style="width: 192px">
                </td>
            </tr>
            <tr>
                <td style="width: 100px; height: 147px">
                    <asp:Label ID="Label3" runat="server" Text="内容:"></asp:Label></td>
                <td colspan="2" style="height: 147px">
                    <asp:TextBox ID="TbxNeirong" runat="server" Height="131px" TextMode="MultiLine" Width="388px"></asp:TextBox></td>
                <td style="width: 100px; height: 147px">
                </td>
                <td style="width: 192px; height: 147px">
                </td>
            </tr>
            <tr>
                <td style="width: 100px">
                    <asp:Label ID="Label4" runat="server" Text="类型:"></asp:Label></td>
                <td colspan="2">
                    <asp:TextBox ID="TbxType" runat="server"></asp:TextBox></td>
                <td style="width: 100px">
                </td>
                <td style="width: 192px">
                </td>
            </tr>
            <tr>
                <td style="width: 100px">
                    <asp:Label ID="Label5" runat="server" Text="级别:"></asp:Label></td>
                <td colspan="2">
                    <asp:TextBox ID="TbxJi" runat="server"></asp:TextBox></td>
                <td style="width: 100px">
                    <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="提交" /></td>
                <td style="width: 192px">
                    <asp:Button ID="Button2" runat="server" OnClick="Button2_Click" Text="返回" /></td>
            </tr>
        </table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -