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


当前文件路径:MyElectCourse/adminTeacherDetails.aspx 文件类型
普通视图
		            
1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="adminTeacherDetails.aspx.cs" Inherits="adminTeacherDetails" %> 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> 10 <form id="form1" runat="server"> 11 <div> 12 <table id=table1 border=0> 13 <tr> 14 <td align=center> 15 <asp:GridView id="GridView1" runat="server" OnRowUpdating="GridView1_RowUpdating" 16 OnRowEditing="GridView1_RowEditing" OnRowDeleting="GridView1_RowDeleting" 17 OnRowDataBound="GridView1_RowDataBound" OnRowCancelingEdit="GridView1_RowCancelingEdit" 18 AutoGenerateColumns="False" DataKeyNames="teaID" BackColor="White" BorderColor="#999999" BorderStyle="None" BorderWidth="1px" CellPadding="3" GridLines="Vertical"> 19 <Columns> 20 <asp:TemplateField HeaderText="编号"> 21 <ItemTemplate> 22 <asp:Label ID="Label1" runat="server"><%# Eval("teaID") %></asp:Label> 23 </ItemTemplate> 24 </asp:TemplateField> 25 <asp:TemplateField HeaderText="姓名"> 26 <EditItemTemplate> 27 <asp:TextBox ID="txtName" Width=35 runat="server" Text='<%# Eval("teaName") %>'></asp:TextBox> 28 </EditItemTemplate> 29 <ItemTemplate> 30 <asp:Label ID="Label2" runat="server"><%# Eval("teaName") %></asp:Label> 31 </ItemTemplate> 32 </asp:TemplateField> 33 <asp:TemplateField HeaderText="系院"> 34 <EditItemTemplate> 35 <asp:HiddenField ID="hdfDepart" runat="server" Value='<%# Eval("departName") %>' /> 36 <asp:DropDownList ID="ddlDepart" runat="server" Width="70px" ></asp:DropDownList> 37 </EditItemTemplate> 38 <ItemTemplate> 39 <asp:Label ID="Label3" runat="server"><%# Eval("departName") %></asp:Label> 40 </ItemTemplate> 41 </asp:TemplateField> 42 <asp:CommandField ShowEditButton="True" HeaderText="编辑" ></asp:CommandField> 43 <asp:CommandField ShowDeleteButton="True" HeaderText="删除" ></asp:CommandField> 44 </Columns> 45 <FooterStyle BackColor="#CCCCCC" ForeColor="Black" /> 46 <RowStyle BackColor="#EEEEEE" Font-Size="10pt" ForeColor="Black" /> 47 <SelectedRowStyle BackColor="#008A8C" Font-Bold="True" ForeColor="White" /> 48 <PagerStyle BackColor="#999999" ForeColor="Black" HorizontalAlign="Center" /> 49 <HeaderStyle BackColor="#000084" Font-Bold="True" Font-Size="10pt" ForeColor="White" /> 50 <AlternatingRowStyle BackColor="Gainsboro" /> 51 </asp:GridView> 52 </td> 53 </tr> 54 </table> 55 </div> 56 <br /> 57 </form> 58</body> 59</html> 60
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:Asp.net简单网络选课系统源码

- Asp.net2.0任务分配系统源码

- Acom进出仓管理系统源码

- 川农跳骚市场程序源码

- BugNet0.7.881.0汉化免安装版..

- AfengPager通用URL分页源码及..

- 主持人报名程序源码

- 小胡源码下载系统

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

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