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

📄 writebackweb.ascx

📁 该系统是留言版系统
💻 ASCX
字号:
<%@ Control Language="C#" AutoEventWireup="true" Inherits="WriteBackWeb" Codebehind="WriteBackWeb.ascx.cs" %>

<table id="wbt" border="1" style="width: 500px; ">
    <tr>
        <td style="width: 100%; height:25px">
            留言作者:<asp:Label ID="LMOwner" runat="server" Text="OwnerName" Height="21px" Width="100px"></asp:Label>&nbsp;&nbsp;
            <asp:Label ID="LMSubmittime" runat="server" Text="Datetime" Height="18px" Width="180px" Font-Size="Smaller" Font-Italic="True" ForeColor="DarkGray"></asp:Label></td>
    </tr>
    <tr>
        <td style="width: 100%; font-size:small; color: background; vertical-align: text-top; text-align: left; padding-right: 5px; padding-left: 5px; padding-bottom: 5px; padding-top: 5px;">
            <asp:Label ID="LMContents" runat="server" Text="Label" Height="100%" Width="100%" style="word-break : break-all;"></asp:Label></td>
    </tr>
    <tr>
        <td style="width: 100%; height:25px">
            您的用户名:<asp:Label ID="YourName" runat="server" Text="Yourname" Height="21px" Width="200px"></asp:Label>&nbsp;
    </tr>
    <tr>
        <td style="width: 100%; height:100px">
            回复信息:<br />
            <asp:TextBox ID="WBContent" runat="server" Height="80px" TextMode="MultiLine" Width="390px"></asp:TextBox></td>
    </tr>
    <tr>
        <td style="width: 100%; height:30px; text-align: center;">
            <asp:Button ID="WBB" runat="server" Width="80px" Text="回复" OnClick="Submit_Click" />
            &nbsp;&nbsp;
            <asp:Button ID="Back" runat="server" Width="80px" Text="回到主页" OnClick="Back_Click" />
        </td>
    </tr>
</table>

⌨️ 快捷键说明

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