Asp.net源码专业站
首页->商务办公->选课系统(南昌大学毕业设计)及论文>>AdminUser.aspx>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:选课系统(南昌大学毕业设计)及论文
当前文件:文件类型 XuankeDoc/AdminUser.aspx[4K,2009-6-12 12:00:17]打开代码结构图
普通视图
		            
1<%@ Register TagPrefix="uc1" TagName="AdminHeaderControl" Src="AdminHeaderControl.ascx" %> 2<%@ Page language="c#" Codebehind="AdminUser.aspx.cs" AutoEventWireup="false" Inherits="sc.AdminUser" %> 3<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > 4<HTML> 5 <HEAD> 6 <title>AdminUser</title> 7 <meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1"> 8 <meta name="CODE_LANGUAGE" Content="C#"> 9 <meta name="vs_defaultClientScript" content="JavaScript"> 10 <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5"> 11 </HEAD> 12 <body MS_POSITIONING="GridLayout"> 13 <form id="Form1" method="post" runat="server"> 14 <uc1:AdminHeaderControl id="AdminHeaderControl1" runat="server"></uc1:AdminHeaderControl> 15 <asp:Label id="Label1" style="Z-INDEX: 101; LEFT: 24px; POSITION: absolute; TOP: 128px" runat="server">教师编号:</asp:Label> 16 <asp:Label id="Label2" style="Z-INDEX: 102; LEFT: 24px; POSITION: absolute; TOP: 168px" runat="server">教师姓名:</asp:Label> 17 <asp:TextBox id="txtTId" style="Z-INDEX: 103; LEFT: 112px; POSITION: absolute; TOP: 128px" runat="server"></asp:TextBox> 18 <asp:TextBox id="txtTName" style="Z-INDEX: 104; LEFT: 112px; POSITION: absolute; TOP: 168px" 19 runat="server"></asp:TextBox> 20 <asp:Button id="btnAddTearcher" style="Z-INDEX: 105; LEFT: 40px; POSITION: absolute; TOP: 208px" 21 runat="server" Text="添加老师" Width="96px"></asp:Button> 22 <asp:Label id="Label3" style="Z-INDEX: 106; LEFT: 464px; POSITION: absolute; TOP: 128px" runat="server">学生学号:</asp:Label> 23 <asp:Label id="Label4" style="Z-INDEX: 107; LEFT: 464px; POSITION: absolute; TOP: 168px" runat="server">学生姓名:</asp:Label> 24 <asp:TextBox id="txtSId" style="Z-INDEX: 108; LEFT: 560px; POSITION: absolute; TOP: 128px" runat="server"></asp:TextBox> 25 <asp:TextBox id="txtSName" style="Z-INDEX: 109; LEFT: 560px; POSITION: absolute; TOP: 160px" 26 runat="server"></asp:TextBox> 27 <asp:Button id="btnAddStudent" style="Z-INDEX: 110; LEFT: 472px; POSITION: absolute; TOP: 208px" 28 runat="server" Text="添加学生" Width="88px"></asp:Button> 29 <asp:DataGrid id="dgViewT" style="Z-INDEX: 111; LEFT: 32px; POSITION: absolute; TOP: 248px" runat="server" 30 Width="312px" Height="322px" BorderColor="#3366CC" BorderStyle="None" BorderWidth="1px" BackColor="White" 31 CellPadding="4" AutoGenerateColumns="False" AllowPaging="True"> 32 <SelectedItemStyle Font-Bold="True" ForeColor="#CCFF99" BackColor="#009999"></SelectedItemStyle> 33 <ItemStyle ForeColor="#003399" BackColor="White"></ItemStyle> 34 <HeaderStyle Font-Bold="True" ForeColor="#CCCCFF" BackColor="#003399"></HeaderStyle> 35 <FooterStyle ForeColor="#003399" BackColor="#99CCCC"></FooterStyle> 36 <Columns> 37 <asp:BoundColumn DataField="TId" HeaderText="教师编号"></asp:BoundColumn> 38 <asp:BoundColumn DataField="TName" HeaderText="教师姓名"></asp:BoundColumn> 39 <asp:ButtonColumn Text="删除" CommandName="Delete"></asp:ButtonColumn> 40 </Columns> 41 <PagerStyle HorizontalAlign="Left" ForeColor="#003399" BackColor="#99CCCC" Mode="NumericPages"></PagerStyle> 42 </asp:DataGrid> 43 <asp:DataGrid id="dgViewS" style="Z-INDEX: 112; LEFT: 448px; POSITION: absolute; TOP: 248px" runat="server" 44 Width="320px" Height="282px" BorderColor="#3366CC" BorderStyle="None" BorderWidth="1px" BackColor="White" 45 CellPadding="4" AutoGenerateColumns="False" AllowPaging="True"> 46 <SelectedItemStyle Font-Bold="True" ForeColor="#CCFF99" BackColor="#009999"></SelectedItemStyle> 47 <ItemStyle ForeColor="#003399" BackColor="White"></ItemStyle> 48 <HeaderStyle Font-Bold="True" ForeColor="#CCCCFF" BackColor="#003399"></HeaderStyle> 49 <FooterStyle ForeColor="#003399" BackColor="#99CCCC"></FooterStyle> 50 <Columns> 51 <asp:BoundColumn DataField="SId" HeaderText="学生学号"></asp:BoundColumn> 52 <asp:BoundColumn DataField="SName" HeaderText="学生姓名"></asp:BoundColumn> 53 <asp:ButtonColumn Text="删除" CommandName="Delete"></asp:ButtonColumn> 54 </Columns> 55 <PagerStyle HorizontalAlign="Left" ForeColor="#003399" BackColor="#99CCCC" Mode="NumericPages"></PagerStyle> 56 </asp:DataGrid> 57 </form> 58 </body> 59</HTML> 60
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:选课系统(南昌大学毕业设计)及论文
51Aspx.com 版权所有 CopyRight © 2006-2010. 京ICP备06046876号 本站法律顾问:ITlaw-庄毅雄律师
返回顶部
客户服务:点击这里进行客户咨询 业务合作:点击这里洽谈业务合作 合作热线:010-68880146