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

📄 coment.aspx

📁 在线小说阅读
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="coment.aspx.cs" Inherits="novel.coment" %>

<!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>
        <asp:DataList ID="List_Comment" runat="server" BackColor="White" BorderColor="#E7E7FF"
            BorderStyle="None" BorderWidth="1px" CellPadding="3" GridLines="Horizontal" Width="740px">
            <ItemTemplate>
                <img src="image/link.gif" /><span style="font-size: 12px">评论人:<asp:Label ID="Label1"
                    runat="server" Font-Size="12px" Text='<%# Eval("sender") %>' Width="170px"></asp:Label>
                    &nbsp; &nbsp;
                    <img src="image/icon.gif" />
                    评论:<asp:Label ID="Label2" runat="server" Text='<%# Eval("content") %>' Width="145px"></asp:Label>
                    &nbsp; &nbsp; &nbsp;
                    <img src="image/icon.gif" />发表时间:<asp:Label ID="Label3" runat="server" Font-Size="12px"
                        Text='<%# Eval("times") %>' Width="158px"></asp:Label></span>
            </ItemTemplate>
            <FooterStyle BackColor="#B5C7DE" ForeColor="#4A3C8C" />
            <SelectedItemStyle BackColor="#738A9C" Font-Bold="True" ForeColor="#F7F7F7" />
            <AlternatingItemStyle BackColor="#F7F7F7" />
            <ItemStyle BackColor="#E7E7FF" ForeColor="#4A3C8C" />
            <HeaderStyle BackColor="#4A3C8C" Font-Bold="True" ForeColor="#F7F7F7" />
        </asp:DataList><br />
        &nbsp;<asp:TextBox ID="TextBox_comment" runat="server" Height="47px" Width="736px"></asp:TextBox><br />
        <br />
        <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="评论" /></div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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