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

📄 applyclass.aspx

📁 asp.net连带c++技术开发
💻 ASPX
字号:
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="ApplyClass.aspx.cs" Inherits="Teacher_ApplyClass" Title="Untitled Page" EnableEventValidation="false" %>
<asp:Content ID="Content1" ContentPlaceHolderID="cphMain" Runat="Server">
    <table>
        <tr>
            <td style="width: 233px; color: #ffffff; border-top-style: none; border-right-style: none; border-left-style: none; background-color: steelblue; border-bottom-style: none;" align="center">
                申请课程</td>
        </tr>
        <tr>
            <td style="width: 233px; height: 152px;" align="center" valign="top">
                <asp:DataGrid ID="DataGrid1" runat="server" AutoGenerateColumns="False" Width="547px" BackColor="LightGoldenrodYellow" BorderColor="Tan" BorderWidth="1px" CellPadding="2" ForeColor="Black" GridLines="None" OnEditCommand="ApplyClass" Font-Size="Small" >
                    <Columns>
                        <asp:HyperLinkColumn DataNavigateUrlField="class_id" DataNavigateUrlFormatString="~/SeeClassTable.aspx?id={0}"
                            DataTextField="class_id" HeaderText="课程编号" NavigateUrl="~/SeeClassTable.aspx"
                            Target="_blank"></asp:HyperLinkColumn>
                        <asp:BoundColumn DataField="class_name" HeaderText="课程名称"></asp:BoundColumn>
                        <asp:BoundColumn DataField="class_dep_id" HeaderText="开课系部"></asp:BoundColumn>
                        <asp:BoundColumn DataField="class_kind" HeaderText="课程类型"></asp:BoundColumn>
                        <asp:BoundColumn DataField="class_credit" HeaderText="课程学分"></asp:BoundColumn>
                        <asp:BoundColumn DataField="class_hour" HeaderText="开课时间" DataFormatString="{0:yyyy-MM-dd}"></asp:BoundColumn>
                        <asp:BoundColumn DataField="class_long" HeaderText="课时"></asp:BoundColumn>
                        <asp:BoundColumn DataField="class_info" HeaderText="课程信息"></asp:BoundColumn>
                        <asp:ButtonColumn CommandName="Edit" Text="申请" HeaderText="申请授课"></asp:ButtonColumn>
                    </Columns>
                    <FooterStyle BackColor="Tan" />
                    <SelectedItemStyle BackColor="DarkSlateBlue" ForeColor="GhostWhite" />
                    <PagerStyle BackColor="PaleGoldenrod" ForeColor="DarkSlateBlue" HorizontalAlign="Center" />
                    <AlternatingItemStyle BackColor="PaleGoldenrod" />
                    <HeaderStyle BackColor="Tan" Font-Bold="True" />
                </asp:DataGrid></td>
        </tr>
    </table>
</asp:Content>

⌨️ 快捷键说明

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