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

📄 help.aspx

📁 用c#实现的BBS论坛。主要提供了三种角色:游客(没有注册的用户)、已经注册的用户和后台管理员。当游客进入论坛之后
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Help.aspx.cs" Inherits="BackDesk_Help" %>

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

<%@ Register Src="../UserControl/VisitorLogin.ascx" TagName="VisitorLogin" TagPrefix="uc4" %>

<%@ Register Src="../UserControl/BBSHeader.ascx" TagName="BBSHeader" TagPrefix="uc1" %>
<!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>
    <table style="width: 755px; height: 138px;" align="center" cellpadding="0" cellspacing="0">
            <tr>
                <td style="width: 755px; height: 138px;">
                    <uc1:BBSHeader ID="BBSHeader1" runat="server" />
                </td>
            </tr>
        </table>
        <table style="width: 755px;" align="center" cellpadding="0" cellspacing="0">
            <tr>
                <td style="vertical-align: top; width: 176px; text-align: center; background-image: url(../Image/菜单.jpg); height: 363px;">
                   &nbsp; <uc4:VisitorLogin ID="VisitorLogin1" runat="server" /></td>
                <td style="width: 579px; text-align: center; vertical-align: top; background-image: url(../Image/背景.jpg); height: 363px; color: #ff3366;">
                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
                    <asp:LinkButton ID="lbtnAboutUs" runat="server" Font-Size="9pt" OnClick="lbtnAboutUs_Click" ForeColor="Black">关于我们</asp:LinkButton>
                    |
                    <asp:LinkButton ID="lbtnBBS" runat="server" Font-Size="9pt" OnClick="lbtnBBS_Click" ForeColor="Black">论坛简介</asp:LinkButton>
                    |
                    <asp:LinkButton ID="lbtnHold" runat="server" Font-Size="9pt" OnClick="lbtnHold_Click" ForeColor="Black">技术支持</asp:LinkButton>
                    |
                    <asp:LinkButton ID="lbtnNET" runat="server" Font-Size="9pt" OnClick="lbtnNET_Click" ForeColor="Black">关于.NET</asp:LinkButton>
                    <br /><br />
                    <table style="background-image: url(../Image/帮助页.jpg); width: 535px; height: 295px; color: black;">
                        <tr>
                            <td style="width: 535px; text-align: left; text-indent: 6pt;">
                    <asp:Label ID="Label1" runat="server" Height="276px" Width="515px" Font-Size="9pt" >我们我们我们我么晚上</asp:Label></td>
                        </tr>
                    </table>
                </td>
            </tr>
        </table>
        <table style="width: 755px; " align="center" cellpadding="0" cellspacing="0">
            <tr>
                <td style="width: 755px; height: 74px;">
                    <uc2:BBSFooter ID="BBSFooter1" runat="server" />
                </td>
            </tr>
        </table>
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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