您目前尚未登陆,请选择【登陆】或【注册
首页->行政办公->人事管理系统(课程设计)源码>>WebFiles/Department/List_Depart.aspx>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:人事管理系统(课程设计)源码
当前文件:文件类型 Mispersonal/WebFiles/Department/List_Depart.aspx打开代码结构图
普通视图
		            
1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="List_Depart.aspx.cs" Inherits="WebFiles_Department_List_Depart" %> 2<%@ Register Src="../../UserControl/Left_Navlist.ascx" TagName="Left_Navlist" TagPrefix="uc3" %> 3<%@ Register Src="../../UserControl/Header.ascx" TagName="Header" TagPrefix="uc1" %> 4<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 5 6<html xmlns="http://www.w3.org/1999/xhtml" > 7<head runat="server"> 8 <title>部门信息列表</title> 9 <link rel="Stylesheet" type="text/css" href="../../CSS/Mispersonal.css" /> 10</head> 11<body> 12 <form id="form1" runat="server"> 13 <div> 14 <uc1:Header ID="Header1" runat="server" /> 15 16 </div> 17 <br /> 18 <div style="z-index: 101; left: 231px; width: 620px; position: absolute; top: 222px; 19 height: 167px"> 20 <table cellpadding="0" cellspacing="0" align="center" style="width: 636px; height: 119px;"> 21 <tr> 22 <td bgcolor="#66c2de" colspan="3" align="center" style="height: 24px"> 23 部门信息列表</td> 24 </tr> 25 <tr> 26 <td colspan="3" style="height: 120px" align="center"> 27 <br /> 28 <asp:GridView ID="ListDepart" runat="server" CellPadding="4" ForeColor="#333333" GridLines="None" 29 Width="618px" Height="1px" PageSize="100"> 30 <FooterStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" /> 31 <RowStyle BackColor="#EFF3FB" /> 32 <EditRowStyle BackColor="#2461BF" /> 33 <SelectedRowStyle BackColor="#D1DDF1" Font-Bold="True" ForeColor="#333333" /> 34 <PagerStyle BackColor="#2461BF" ForeColor="White" HorizontalAlign="Center" /> 35 <HeaderStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" /> 36 <AlternatingRowStyle BackColor="White" /> 37 <Columns> 38 <asp:HyperLinkField DataNavigateUrlFields="部门编号,部门名称" DataNavigateUrlFormatString="~/WebFiles/Department/DisplayDepart.aspx?D_ID={0}&amp;D_Name={1}" 39 DataTextField="部门名称" HeaderImageUrl="~/WebFiles/Images/user.gif" /> 40 </Columns> 41 </asp:GridView> 42 <br /> 43 </td> 44 </tr> 45 </table> 46 </div> 47 <uc3:Left_Navlist ID="Left_Navlist1" runat="server" /> 48 </form> 49</body> 50</html> 51
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:人事管理系统(课程设计)源码
51Aspx.com 版权所有 CopyRight © 2000-2008. 京ICP备06046876号