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


当前文件路径:OnLineExam/Web/admin_PaperLists.aspx 文件类型
普通视图
		            
1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="admin_PaperLists.aspx.cs" Inherits="Web_admin_PaperLists" %> 2 3<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 4 5<html xmlns="http://www.w3.org/1999/xhtml" > 6<head runat="server"> 7 <title>无标题页</title> 8</head> 9<body topmargin=10 bgcolor="#f1f0f4"> 10 <form id="form1" runat="server"> 11 <div> 12 <table border="0" style="FONT-SIZE: 12px; FONT-FAMILY: Tahoma; BORDER-COLLAPSE: collapse;" cellspacing="0" cellpadding="0" align="center" width=345> 13 <tr height=40> 14 <td align=center><font size=5 face="隶书">试卷管理</font> 15 </td> 16 </tr> 17 <tr> 18 <td align=center> 19 <asp:GridView ID="GridView1" runat="server" Width=100% AutoGenerateColumns="False" DataKeyNames="PaperID" BackColor="White" BorderColor="#999999" BorderStyle="None" BorderWidth="1px" CellPadding="3" GridLines="Vertical" OnRowCancelingEdit="GridView1_RowCancelingEdit" OnRowDeleting="GridView1_RowDeleting" OnRowEditing="GridView1_RowEditing" OnRowUpdating="GridView1_RowUpdating"> 20 <Columns> 21 <asp:TemplateField HeaderText="编号" Visible=False> 22 <ItemTemplate> 23 <asp:Label ID="Label1" runat="server"><%# Eval("PaperID") %></asp:Label> 24 </ItemTemplate> 25 </asp:TemplateField> 26 <asp:TemplateField HeaderText="考试科目"> 27 <ItemTemplate> 28 <asp:Label ID="Label2" runat="server"><%# Eval("Name") %></asp:Label> 29 </ItemTemplate> 30 <HeaderStyle Wrap="False" /> 31 </asp:TemplateField> 32 <asp:TemplateField HeaderText="试卷名称"> 33 <ItemTemplate> 34 <asp:Label ID="Label3" runat="server"><%# Eval("PaperName") %></asp:Label> 35 </ItemTemplate> 36 <HeaderStyle Wrap="False" /> 37 </asp:TemplateField> 38 <asp:TemplateField HeaderText="试卷状态"> 39 <ItemTemplate> 40 <asp:Label ID="Label4" runat="server"><%# Eval("PaperState") %></asp:Label> 41 </ItemTemplate> 42 <EditItemTemplate> 43 <asp:TextBox ID="txtPaperState" runat="server" Text='<%# Eval("PaperState") %>' Width=30></asp:TextBox> 44 </EditItemTemplate> 45 <HeaderStyle Wrap="False" /> 46 </asp:TemplateField> 47 <asp:HyperLinkField DataNavigateUrlFields="ID" DataNavigateUrlFormatString="admin_SingleSelectAdd.aspx?ID={0}" HeaderText="详细..." Text="详细..." > 48 <HeaderStyle Wrap="False" /> 49 </asp:HyperLinkField> 50 <asp:CommandField ShowEditButton=True HeaderText=编辑 > 51 <HeaderStyle Wrap="False" /> 52 </asp:CommandField> 53 <asp:CommandField ShowDeleteButton="True" HeaderText="删除" > 54 <HeaderStyle Wrap="False" /> 55 </asp:CommandField> 56 </Columns> 57 <FooterStyle BackColor="#CCCCCC" ForeColor="Black" /> 58 <RowStyle BackColor="#EEEEEE" ForeColor="Black" /> 59 <SelectedRowStyle BackColor="#008A8C" Font-Bold="True" ForeColor="White" /> 60 <PagerStyle BackColor="#999999" ForeColor="Black" HorizontalAlign="Center" /> 61 <HeaderStyle BackColor="#000084" Font-Bold="True" ForeColor="White" /> 62 <AlternatingRowStyle BackColor="Gainsboro" /> 63 </asp:GridView> 64 </td> 65 </tr> 66 <tr> 67 <td> 68 </td> 69 </tr> 70 </table> 71 </div> 72 </form> 73</body> 74</html> 75
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:多功能在线考试系统源码

- NBear+NBear开发BBS系统源码

- Extjs简单版酒店管理系统

- TreeGrid控件及Demo源码

- YahooEase公司商业网站的程序

- 破竹CMS4.0免安装版源码

- Asp.net简易留言板源码

- 友情链接管理系统源码

- 永远在一起论坛2.0版源码

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