writebackweb.ascx

来自「该系统是留言版系统」· ASCX 代码 · 共 30 行

ASCX
30
字号
<%@ 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 + =
减小字号Ctrl + -
显示快捷键?