您目前尚未登陆,请选择【登陆】或【注册
首页->行政办公->智能选课系统源码及论坛>>student/Score.aspx>>代码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,不能展示项目的全部,如果想更进一步了解该代码请下载:智能选课系统源码及论坛


当前文件路径:XuanKeLunWen/student/Score.aspx 文件类型
普通视图
		            
1<%@ Page Language="C#" MasterPageFile="~/student/Student.master" AutoEventWireup="true" CodeFile="Score.aspx.cs" Inherits="studnet_Score" Title="Untitled Page" %> 2<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server"> 3 <table border="0" cellpadding="0" cellspacing="0" style="border-right: #66ccff 0.1mm solid; 4 border-top: #66ccff 0.1mm solid; border-left: #66ccff 0.1mm solid; border-bottom: #66ccff 0.1mm solid"> 5 <tr> 6 <td align="center" colspan="3" style="width: 549px; border-bottom: #66ccff 0.1mm solid; 7 height: 18px"> 8 所有课程成绩</td> 9 </tr> 10 <tr> 11 <td colspan="3" rowspan="4" style="width: 549px; height: 123px" valign="top"> 12 <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" CellPadding="4" 13 DataKeyNames="Sid" DataSourceID="AccessDataSource1" ForeColor="#333333" GridLines="None" 14 Width="545px"> 15 <FooterStyle BackColor="#1C5E55" Font-Bold="True" ForeColor="White" /> 16 <Columns> 17 <asp:BoundField DataField="Sid" HeaderText="编号" InsertVisible="False" ReadOnly="True" 18 SortExpression="Sid" /> 19 <asp:BoundField DataField="Skecheng" HeaderText="课程名称" SortExpression="Skecheng" /> 20 <asp:BoundField DataField="Sscore" HeaderText="成绩" SortExpression="Sscore" /> 21 <asp:BoundField DataField="Sxibie" HeaderText="系别" SortExpression="Sxibie" /> 22 <asp:BoundField DataField="Szhuanye" HeaderText="专业" SortExpression="Szhuanye" /> 23 </Columns> 24 <RowStyle BackColor="#E3EAEB" /> 25 <EditRowStyle BackColor="#7C6F57" /> 26 <SelectedRowStyle BackColor="#C5BBAF" Font-Bold="True" ForeColor="#333333" /> 27 <PagerStyle BackColor="#666666" ForeColor="White" HorizontalAlign="Center" /> 28 <HeaderStyle BackColor="#1C5E55" Font-Bold="True" ForeColor="White" /> 29 <AlternatingRowStyle BackColor="White" /> 30 </asp:GridView> 31 <asp:AccessDataSource ID="AccessDataSource1" runat="server" DataFile="~/database/xuanke.mdb" 32 SelectCommand="SELECT * FROM [Score] WHERE ([Sstudentname] = ?)"> 33 <SelectParameters> 34 <asp:SessionParameter Name="Sstudentname" SessionField="sname" Type="String" /> 35 </SelectParameters> 36 </asp:AccessDataSource> 37 </td> 38 </tr> 39 <tr> 40 </tr> 41 <tr> 42 </tr> 43 <tr> 44 </tr> 45 <tr> 46 <td align="center" colspan="3" style="width: 549px; height: 19px"> 47 &nbsp;</td> 48 </tr> 49 </table> 50</asp:Content> 51 52
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:智能选课系统源码及论坛

- 虫虫留言本Ver1.0源码

- Ajax实现无刷新添加和删除数..

- LiveBlog v1.0测试版源码

- IFNuke1.1.0版源码

- 在线考试系统完整版源码(C#&..

- 企业客户管理系统源码

- 小胡商情网V2.0

- 精美的WEB在线文件管理源码

51Aspx.com 版权所有 CopyRight © 2000-2008. 京ICP备06046876号