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

📄 userinfo.aspx

📁 数据绑定采用GridView控件
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="UserInfo.aspx.cs" Inherits="admin_UserInfo" %>

<%@ Register Src="top.ascx" TagName="top" TagPrefix="uc1" %>

<%@ Register Src="bottoml.ascx" TagName="bottoml" TagPrefix="uc2" %>

<%@ Import Namespace="System.Data" %>
<!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>
     <link rel="Stylesheet"  href=admin.css type="text/css" />
</head>
<body background="../image/bg.gif">
    <form id="form1" runat="server">
        <a href="../RoleByAccess/top.aspx"></a>
        <uc1:top ID="Top1" runat="server" />
    <div class="demo"  runat="server" style="margin-top:0px;">
        <table   cellpadding="0" cellspacing="0" style="width: 600px; height: 300px">
            <tr >
                <td colspan="2">
                    管理员回复</td>
            </tr>
            <tr>
                <td align="right" style="height: 23px; width: 196px;">
                    用户:</td>
                <td align="left" style="height: 23px; width: 401px;" >
                    <asp:Label ID="username" runat="server"></asp:Label></td>
            </tr>
            <tr>
                <td align="right" style="height: 22px; width: 196px;" >
                    留言时间:</td>
                <td align="left" style="height: 22px; width: 401px;" >
                    <asp:Label ID="msgtime" runat="server"></asp:Label></td>
            </tr>
            <tr>
                <td align="right" style="height: 24px; width: 196px;" >
                    用户IP:</td>
                <td align="left" style="height: 24px; width: 401px;" >
                    <asp:Label ID="userip" runat="server"></asp:Label></td>
            </tr>
            <tr>
                <td align="right" style="height: 24px; width: 196px;" >
                    留言内容:</td>
                <td align="left" style="height: 24px; width: 401px;" >
                    <asp:Label ID="usercontent" runat="server" Width="104px"></asp:Label></td>
            </tr>
            <tr>
                <td align="right" style="height: 92px; width: 196px;" >
                    管理员回复内容:</td>
                <td align="left" style="height: 92px; width: 401px;" >
                    <asp:TextBox ID="adminreply" runat="server" Height="80px" TextMode="MultiLine" Width="260px"></asp:TextBox></td>
            </tr>
            <tr>
                <td align="right" style="height: 25px; width: 196px;">
                    是否公开:</td>
                <td align="left" style="height: 25px; width: 401px;" >
                    <asp:RadioButton ID="RadioButton1" runat="server" GroupName="a" Text="公开" Checked="True" />
                    <asp:RadioButton ID="RadioButton2" runat="server" GroupName="a" Text="隐藏" /></td>
            </tr>
            <tr>
                <td align="right" style="height: 23px; width: 196px;" >
                    是否固顶:</td>
                <td align="left" style="height: 23px; width: 401px;">
                    <asp:RadioButton ID="RadioButton3" runat="server" GroupName="b" Text="是" />
                    <asp:RadioButton ID="RadioButton4" runat="server" GroupName="b" Text="否" Checked="True" /></td>
            </tr>
            <tr>
                <td colspan="2"  align=center>
                    <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="提交回复" /></td>
            </tr>
        </table>
    
    </div>
        <uc2:bottoml ID="Bottoml1" runat="server" />
    </form>
</body>
</html>

⌨️ 快捷键说明

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