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

📄 releasenotice.aspx

📁 毕业设计+图书管理系统+源码 需要的人下载。
💻 ASPX
字号:
<%@ Page Language="VB"MasterPageFile="~/administrator/adminMasterPage.master" AutoEventWireup="false" CodeFile="ReleaseNotice.aspx.vb" Inherits="Administrator_ReleaseNotice" %>

<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
    <table style="width: 100%; height: 100%; border-right: #cc3333 thin solid; table-layout: fixed; border-top: #cc3333 thin solid; border-left: #cc3333 thin solid; border-bottom: #cc3333 thin solid; background-color: #cc9966;">
         <caption><h2>发布通知</h2></caption>  
        <tr>
            <td style="width: 638px; height: 24px;" >
                &nbsp;通知对象:&nbsp;<asp:DropDownList ID="ddlObject" runat="server" Width="89px">
                    <asp:ListItem>学生</asp:ListItem>
                    <asp:ListItem>教师</asp:ListItem>
    </asp:DropDownList>
                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;通知编号:
                <asp:TextBox ID="txtNum" runat="server" Width="88px"></asp:TextBox></td>
            
           
        </tr>
        <tr>
            <td style="width: 638px">
                &nbsp;通知标题:<asp:TextBox ID="txtTitle" runat="server" Width="292px"></asp:TextBox></td>
           
        </tr>
        <tr>
          
            <td style="width: 638px">
                通知内容:<br />
    <asp:TextBox ID="txtContent" runat="server" Height="100px" Width="582px" TextMode="MultiLine"></asp:TextBox><asp:Label ID="lblShow" runat="server" Visible="False" Width="96px" ForeColor="Red"></asp:Label></td>
           
        </tr>
        <tr>
            <td style="width: 638px">
                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<asp:Button ID="btnRelease" runat="server" Text="发布" Width="75px" />
                &nbsp; &nbsp;&nbsp; &nbsp;<asp:Button ID="btnCancel" runat="server" Text="取消" Width="85px" />
                </td>
            
        </tr>
    </table>
    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;
</asp:Content>

⌨️ 快捷键说明

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