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

📄 student_electchoosecourse.aspx

📁 该系统是一个集成多功能的信息管理系统
💻 ASPX
📖 第 1 页 / 共 2 页
字号:
                                            <ItemStyle Width="100px" />
                                        </asp:BoundField>
                                        <asp:BoundField DataField="teacherName" HeaderText="教师名" />
                                        <asp:BoundField DataField="courseTime" HeaderText="上课时间">
                                            <ItemStyle Width="180px" />
                                        </asp:BoundField>
                                        <asp:BoundField DataField="coursePlace" HeaderText="上课地点">
                                            <ItemStyle Width="120px" />
                                        </asp:BoundField>
                                        <asp:BoundField DataField="creditHour" HeaderText="学分" />
                                        <asp:BoundField DataField="weekPeriod" HeaderText="周课时" />
                                        <asp:BoundField DataField="weekDateFrom" HeaderText="起始结束周" />
                                        <asp:BoundField DataField="capacity" HeaderText="容量" />
                                        <asp:BoundField DataField="choosed" HeaderText="已选" />
                                        <asp:BoundField DataField="remain" HeaderText="余量" />
                                        <asp:BoundField DataField="remark" HeaderText="备注" />
                                        <asp:BoundField DataField="courseProperty" HeaderText="课程性质" />
                                        <asp:BoundField DataField="schoolArea" HeaderText="上课校区" />
                                        <asp:BoundField DataField="courseCollege" HeaderText="开课学院" />
                                    </Columns>
                                    <RowStyle ForeColor="#003399" />
                                    <PagerSettings FirstPageText="第一页" LastPageText="最后一页" Mode="NextPreviousFirstLast"
                                        NextPageText="下一页" PreviousPageText="前一页" />
                                    <PagerStyle ForeColor="Blue" />
                                </asp:GridView>
                            </td>
                        </tr>
                        <tr style="height : 25px">
                            <td colspan="3" style="text-align: center">
                                <asp:Button ID="submit" runat="server" Text="提  交" class=btn3_mouseout onmouseover="this.className='btn3_mouseover'"
 onmouseout="this.className='btn3_mouseout'"
 onmousedown="this.className='btn3_mousedown'"
  onmouseup="this.className='btn3_mouseup'" OnClick="submit_Click"/>
                                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;
                                <asp:Button ID="close" runat="server" Text="关  闭" class=btn3_mouseout onmouseover="this.className='btn3_mouseover'"
 onmouseout="this.className='btn3_mouseout'"
 onmousedown="this.className='btn3_mousedown'"
  onmouseup="this.className='btn3_mouseup'"/></td>
                        </tr>
                        <tr style="height : 25px">
                            <td colspan="3" style="color: #0000ff">
                                &nbsp;&nbsp; 已选课程:</td>
                        </tr>
                        <tr style="height : 150px">
                            <td colspan="3" style="vertical-align: top; text-align: center">
                                <asp:GridView ID="GridView2" runat="server" AutoGenerateColumns="False" BackColor="White"
                                    BorderColor="#003399" CellPadding="3" OnRowDeleting="GridView2_RowDeleting" Width="1000px" OnSelectedIndexChanged="GridView2_SelectedIndexChanged">
                                    <AlternatingRowStyle BackColor="#EFEFFF" />
                                    <Columns>
                                        <asp:BoundField DataField="courseName" HeaderText="课程名称" />
                                        <asp:BoundField DataField="teacherName" HeaderText="教师名称" />
                                        <asp:BoundField DataField="creditHour" HeaderText="学分" />
                                        <asp:BoundField DataField="weekPeriod" HeaderText="周学时" />
                                        <asp:BoundField DataField="weekDateFrom" HeaderText="起始结束周" />
                                        <asp:BoundField DataField="schoolArea" HeaderText="校区" />
                                        <asp:BoundField DataField="courseTime" HeaderText="上课时间">
                                            <ItemStyle Width="200px" />
                                        </asp:BoundField>
                                        <asp:BoundField DataField="coursePlace" HeaderText="上课地点">
                                            <ItemStyle Width="100px" />
                                        </asp:BoundField>
                                        <asp:BoundField DataField="remark" HeaderText="备注" />
                                        <asp:BoundField DataField="ifTeachingMaterial" HeaderText="预定教材" />
                                        <asp:BoundField DataField="courseProperty" HeaderText="课程性质" />
                                        <asp:CommandField DeleteText="退选" HeaderText="退选" ShowDeleteButton="True">
                                            <ItemStyle Font-Bold="True" ForeColor="Red" Width="30px" />
                                        </asp:CommandField>
                                    </Columns>
                                    <RowStyle ForeColor="#003399" />
                                    <HeaderStyle BackColor="#003399" ForeColor="White" />
                                    
                                </asp:GridView>
                            </td>
                        </tr>
                        <tr style="height : 25px">
                            <td colspan="3" style="color: #0000cc">
                                &nbsp; &nbsp; 学分统计:</td>
                        </tr>
                        <tr style="height : 100px">
                            <td colspan="3" style="vertical-align: top">
                                <asp:GridView ID="GridView3" runat="server" AutoGenerateColumns="False" BackColor="White"
                                    BorderColor="#3366CC" CellPadding="4" Width="300px">
                                    <AlternatingRowStyle BackColor="#EFEFFF" />
                                    <Columns>
                                        <asp:BoundField DataField="courseCode" HeaderText="课程编号" />
                                        <asp:BoundField DataField="courseProperty" HeaderText="课程性质" />
                                        <asp:BoundField DataField="creditHour" HeaderText="获得学分" />
                                    </Columns>
                                    <RowStyle ForeColor="#003399" />
                                    <HeaderStyle BackColor="#003399" ForeColor="White" />
                                    
                                </asp:GridView>
                            </td>
                        </tr>
                    </table>
                </td>
            </tr>
            <tr style="height: 50px">
                <td colspan="3">
                    <uc2:foot ID="Foot1" runat="server" />
                </td>
            </tr>
        </table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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