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

📄 delivercard.aspx

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

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

<%@ Register Src="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;" align="center" cellpadding="0" cellspacing="0">
        <tr>
                <td style="height: 138px; width: 755px; text-align: center; background-image: url(../../Image/背景图3.jpg);">
                    <uc1:BBSHeader ID="BBSHeader1" runat="server" />
                    <table style="width: 755px" cellpadding="0" cellspacing="0">
                        <tr>
                            <td style="width: 755px; text-align: left; height: 21px; background-image: url(../../Image/背景图3.jpg);">
                                &nbsp;
                                <asp:Label ID="Label2" runat="server" Font-Size="9pt" Text="欢迎您," Width="50px"></asp:Label><asp:Label
                                    ID="labUserName" runat="server" Font-Size="9pt" Width="74px"></asp:Label>
                            </td>
                        </tr>
                    </table>
                    </td>
                    </tr>
                    <tr><td style="background-image: url(../../Image/背景图2.jpg); vertical-align: top; width: 755px; height: 365px; text-align: center">
                        <br />
                    <table style="width: 560px">
                        <tr>
                            <td style="width: 74px; text-align: center;">
                    <asp:Label ID="labCardTitle" runat="server" Text="标题" Font-Size="9pt" Width="54px" Height="15px"></asp:Label></td>
                            <td style="width: 486px; text-align: left;">
                    <asp:TextBox ID="txtCardTitle" runat="server" Font-Size="9pt" Width="460px"></asp:TextBox></td>
                        </tr>
                        <tr>
                            <td style="width: 74px; text-align: center;">
                    <asp:Label ID="labModuleID" runat="server" Text="所属模块" Font-Size="9pt" Width="58px"></asp:Label></td>
                            <td style="width: 486px; text-align: left;">
                                <asp:DropDownList ID="ddlModuleName" runat="server" Width="466px">
                                </asp:DropDownList></td>
                        </tr>
                        <tr>
                            <td style="width: 74px; vertical-align: top; text-align: center;">
                    <asp:Label ID="labCardContent" runat="server" Text="内容" Font-Size="9pt" Height="13px" Width="34px"></asp:Label></td>
                            <td style="width: 486px; text-align: left;">
                    <asp:TextBox ID="txtCardContent" runat="server" Height="208px" TextMode="MultiLine"
                        Width="461px" Font-Size="9pt"></asp:TextBox></td>
                        </tr>
                         <tr>
                            <td style="width: 74px; vertical-align: top; text-align: center;"></td>
                            <td style="width: 486px; text-align: center;">
                    <asp:Button ID="btnDeliver" runat="server" Text="发表" OnClick="btnDeliver_Click" Font-Size="9pt" />
                    &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp;
                    <asp:Button ID="btnCancel" runat="server" Text="返回" OnClick="btnCancel_Click" Font-Size="9pt" /></td>
                        </tr>
                    </table>
                        <br />
                    </td>
            </tr>
            <tr>
                <td style="width: 755px; text-align: center; 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 + -