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

📄 evaluation.aspx

📁 智能选课系统:本程序采用Microsoft Visual Studio 2005集成环境开发即 asp.net 2.0+access 数据库开发。 功能如下:学校中学生教师根据不同的权限合理分配,提
💻 ASPX
字号:
<%@ Page Language="C#" MasterPageFile="~/student/Student.master" AutoEventWireup="true" CodeFile="Evaluation.aspx.cs" Inherits="studnet_Evaluation" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
    <table border="0" cellpadding="0" cellspacing="0" style="border-right: #66ccff 0.1mm solid;
        border-top: #66ccff 0.1mm solid;  border-left: #66ccff 0.1mm solid;
        border-bottom: #66ccff 0.1mm solid; font-size: 14px; width: 100%;">
        <tr>
            <td align="center" colspan="3" style="border-bottom: #66ccff 0.1mm solid; height: 18px; background-color: #99cccc;">
                教师评定</td>
        </tr>
        <tr>
            <td style="width: 88px; height: 26px">
                选择教师:</td>
            <td style="width: 256px; height: 26px">
                <asp:DropDownList ID="DropDownList1" runat="server" Width="169px" DataSourceID="AccessDataSource1" DataTextField="Tname" DataValueField="Tname">
                </asp:DropDownList></td>
            <td style="width: 81px; height: 26px">
            </td>
        </tr>
        <tr>
            <td style="width: 88px;" rowspan="3" valign="top">
                评定:</td>
            <td style="width: 256px; height: 38px" align="center" rowspan="2" valign="top">
                <asp:RadioButtonList ID="RadioButtonList1" runat="server" RepeatDirection="Horizontal"
                    Width="320px">
                    <asp:ListItem Selected="True" Value="1">优秀</asp:ListItem>
                    <asp:ListItem Value="2">优良</asp:ListItem>
                    <asp:ListItem Value="3">一般</asp:ListItem>
                    <asp:ListItem Value="4">差</asp:ListItem>
                    <asp:ListItem Value="5">很差</asp:ListItem>
                </asp:RadioButtonList>
                写下给老师的意见</td>
            <td style="width: 81px;" rowspan="3">
                <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="RadioButtonList1"
                    Display="Dynamic" ErrorMessage="没有评论"></asp:RequiredFieldValidator></td>
        </tr>
        <tr>
        </tr>
        <tr>
            <td style="width: 256px; height: 88px" valign="top">
                <asp:TextBox ID="TextBox1" runat="server" Height="171px" Width="322px"></asp:TextBox></td>
        </tr>
        <tr>
            <td align="center" colspan="3" style="height: 19px">
                <asp:LinkButton ID="LinkButton1" runat="server" BackColor="DeepSkyBlue" ForeColor="Black"
                    Width="63px" OnClick="LinkButton1_Click">提交</asp:LinkButton>&nbsp;</td>
        </tr>
    </table>
    <asp:AccessDataSource ID="AccessDataSource1" runat="server" DataFile="~/database/xuanke.mdb"
        SelectCommand="SELECT [Tname], [Tid] FROM [Teacher]"></asp:AccessDataSource>
</asp:Content>

⌨️ 快捷键说明

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