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

📄 comment.aspx

📁 毕业设计+图书管理系统+源码 需要的人下载。
💻 ASPX
字号:
<%@ Page Language="VB" MasterPageFile="~/Teacher/teacherMasterPage.master" AutoEventWireup="false" CodeFile="comment.aspx.vb" Inherits="Teacher_comment" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
    <div>
        <div>
            <asp:Button ID="zhidaocom" runat="server" Text="指导教师评论" />
            <asp:Button ID="dudaocom" runat="server" Text="督导教师评论" />
          
            
           
           
          
            <table style="width: 100%; height: 100%">
                <tr>
                    <td style="width: 100%">
                      <asp:Panel ID="Panel1" runat="server" Height="272px" Visible="False" Width="504px">
                <asp:GridView ID="GridView1" runat="server" AllowPaging="True" AutoGenerateColumns="False"
                    CellPadding="4" DataSourceID="DirectorComment" ForeColor="#333333" GridLines="None">
                    <FooterStyle BackColor="#5D7B9D" Font-Bold="True" ForeColor="White" />
                    <Columns>
                        <asp:BoundField DataField="SubjectNo" HeaderText="课题编号" ReadOnly="True" SortExpression="SubjectNo" />
                        <asp:BoundField DataField="SubjectTitle" HeaderText="课题名称" SortExpression="SubjectTitle" />
                        <asp:BoundField DataField="SubjectType" HeaderText="课题类型" SortExpression="SubjectType" />
                        <asp:BoundField DataField="YearofDate" HeaderText="所属年份" SortExpression="Year" />
                        <asp:BoundField DataField="StudentNo" HeaderText="学生编号" SortExpression="StudentNo" />
                    </Columns>
                    <RowStyle BackColor="#F7F6F3" ForeColor="#333333" />
                    <EditRowStyle BackColor="#999999" />
                    <SelectedRowStyle BackColor="#E2DED6" Font-Bold="True" ForeColor="#333333" />
                    <PagerStyle BackColor="#284775" ForeColor="White" HorizontalAlign="Center" />
                    <HeaderStyle BackColor="#5D7B9D" Font-Bold="True" ForeColor="White" />
                    <AlternatingRowStyle BackColor="White" ForeColor="#284775" />
                </asp:GridView>
                <asp:SqlDataSource ID="DirectorComment" runat="server" ConnectionString="<%$ ConnectionStrings:GDMSConnectionString %>"
                SelectCommand="SELECT [SubjectNo], [SubjectTitle], [SubjectType], [YearofDate], [StudentNo] FROM [subject] WHERE (([DirectorComment] IS NULL) AND ([DirectorTeacherNO] = @DirectorTeacherNO))">
                    <SelectParameters>
                        <asp:SessionParameter Name="DirectorTeacherNO" SessionField="userid" Type="String" />
                    </SelectParameters>
            </asp:SqlDataSource>
                <div style="text-align: left">
                    <table border="2">
                        <tr>
                            <td align="left" style="width: 379px; background-color: #ccffff" valign="middle">
            <asp:Label ID="tishi" runat="server" Text="请选择论文编号"></asp:Label></td>
                            <td align="left" style="width: 252px; background-color: #ccffff" valign="middle">
                                <asp:TextBox ID="subNO" runat="server" BorderColor="Blue"></asp:TextBox></td>
                        </tr>
                        <tr>
                            <td align="left" style="width: 379px; background-color: #ccffff" valign="middle">
            <asp:Label ID="Label2" runat="server" Text="选择答辩评分"></asp:Label></td>
                            <td align="left" style="width: 252px; background-color: #ccffff" valign="middle">
            <asp:DropDownList ID="value" runat="server" Width="152px">
                <asp:ListItem>优秀</asp:ListItem>
                <asp:ListItem>良好</asp:ListItem>
                <asp:ListItem>中等</asp:ListItem>
                <asp:ListItem>及格</asp:ListItem>
                <asp:ListItem>不及格</asp:ListItem>
            </asp:DropDownList></td>
                        </tr>
                    </table>
                </div>
            <asp:TextBox ID="指导教师评论" runat="server" BorderStyle="Dotted" ForeColor="Blue" Height="96px"
                Width="496px" TextMode="MultiLine"></asp:TextBox><br />
            <asp:Button ID="提交评论" runat="server" Text="提交评论" />
            <asp:Button ID="rollback" runat="server" Text="取消评论" />&nbsp;
                <br />
            </asp:Panel>
                    </td>
                </tr>
                <tr>
                    <td style="width: 100%">
                    <asp:Panel ID="Panel2" runat="server" Height="272px" Width="500px" Visible="False" Wrap="False">
                <asp:GridView ID="GridView2" runat="server" AllowPaging="True" AutoGenerateColumns="False"
                    CellPadding="4" DataSourceID="InspectorComment" ForeColor="#333333" GridLines="None"
                    Width="496px">
                    <FooterStyle BackColor="#5D7B9D" Font-Bold="True" ForeColor="White" />
                    <Columns>
                        <asp:BoundField DataField="SubjectNo" HeaderText="课题编号" ReadOnly="True" SortExpression="SubjectNo" />
                        <asp:BoundField DataField="SubjectTitle" HeaderText="课题名称" SortExpression="SubjectTitle" />
                        <asp:BoundField DataField="SubjectType" HeaderText="课题类型" SortExpression="SubjectType" />
                        <asp:BoundField DataField="YearofDate" HeaderText="所属年份" SortExpression="Year" />
                        <asp:BoundField DataField="StudentNo" HeaderText="学生编号" SortExpression="StudentNo" />
                    </Columns>
                    <RowStyle BackColor="#F7F6F3" ForeColor="#333333" />
                    <EditRowStyle BackColor="#999999" />
                    <SelectedRowStyle BackColor="#E2DED6" Font-Bold="True" ForeColor="#333333" />
                    <PagerStyle BackColor="#284775" ForeColor="White" HorizontalAlign="Center" />
                    <HeaderStyle BackColor="#5D7B9D" Font-Bold="True" ForeColor="White" />
                    <AlternatingRowStyle BackColor="White" ForeColor="#284775" />
                </asp:GridView>
                <asp:SqlDataSource ID="InspectorComment" runat="server" ConnectionString="<%$ ConnectionStrings:GDMSConnectionString %>"
                SelectCommand="SELECT SubjectNo, SubjectType, SubjectTitle, YearofDate, StudentNo FROM subject WHERE (InspectorComment IS NULL) AND (InspectorTeacherNO = @InspectorTeacherNO)">
                <SelectParameters>
                    <asp:SessionParameter Name="InspectorTeacherNO" SessionField="userid" Type="String" />
                </SelectParameters>
            </asp:SqlDataSource>
                <table border="2" style="width: 496px">
                    <tr>
                        <td align="left" style="background-color: #66cc99" valign="middle">
                <asp:Label ID="tishi2" runat="server" Text="请输入论文编号"></asp:Label></td>
                        <td align="left" style="background-color: #66cc99; width: 218px;" valign="middle">
                <asp:TextBox ID="subno2" runat="server"></asp:TextBox></td>
                    </tr>
                    <tr>
                        <td align="left" style="background-color: #66cc99" valign="middle">
                <asp:Label ID="Label4" runat="server" Text="选择答辩评分"></asp:Label></td>
                        <td align="left" style="background-color: #66cc99; width: 218px;" valign="middle">
                <asp:DropDownList ID="DropDownList1" runat="server" Width="152px">
                    <asp:ListItem>优秀</asp:ListItem>
                    <asp:ListItem>良好</asp:ListItem>
                    <asp:ListItem>中等</asp:ListItem>
                    <asp:ListItem>及格</asp:ListItem>
                    <asp:ListItem>不及格</asp:ListItem>
                </asp:DropDownList></td>
                    </tr>
                </table>
                <asp:TextBox ID="督导教师评论" runat="server" Height="120px" TextMode="MultiLine" Width="488px"></asp:TextBox><br />
                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;
                &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;
                <asp:Button ID="提交评论2" runat="server" Text="提交评论" />
                <asp:Button ID="rollback2" runat="server" Text="取消评论" />
                &nbsp; &nbsp;
            </asp:Panel>
                    </td>
                </tr>
                <tr>
                    <td style="width: 100%">
                    <asp:Label ID="Label1" runat="server" BorderStyle="None" Visible="False"></asp:Label></td>
                </tr>
            </table>
           
            </div>
    
    </div>
  </asp:Content>

⌨️ 快捷键说明

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