ResultList.aspx
上传用户:jdb8708888
上传日期:2013-05-29
资源大小:19971k
文件大小:3k
源码类别:

WEB源码(ASP,PHP,...)

开发平台:

C#

  1. <%@ Page language="c#" Codebehind="ResultList.aspx.cs" AutoEventWireup="false" Inherits="UDS.SubModule.Staff.Sch.ResultList" %>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
  3. <HTML>
  4.   <HEAD>
  5. <title>ResultList</title>
  6. <meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
  7. <meta content="C#" name="CODE_LANGUAGE">
  8. <meta content="JavaScript" name="vs_defaultClientScript">
  9. <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
  10. <LINK href="../../../Css/BasicLayout.css" type="text/css" rel="stylesheet">
  11.   </HEAD>
  12. <body MS_POSITIONING="GridLayout" leftmargin=0 topmargin=0>
  13. <form id="Form1" method="post" runat="server">
  14. <TABLE borderColor="#111111" cellSpacing="0" cellPadding="0" width="100%" border="0">
  15. <TR height="30">
  16. <TD class="GbText" width="20" background="../../../Images/treetopbg.jpg" bgColor="#c0d9e6"
  17. align="right"><FONT color="#003366" size="3"><IMG height="16" src="../../../DataImages/myLinkman.gif" width="16"></FONT></TD>
  18. <TD class="GbText" background="../../../Images/treetopbg.jpg" bgColor="#e8f4ff" width="75"
  19. align="right" style="WIDTH: 75px">员工查询</TD>
  20. <TD class="GbText" background="../../../Images/treetopbg.jpg" bgColor="#e8f4ff" align="left">&nbsp;<FONT face="宋体">查询结果</FONT></TD>
  21. </TR>
  22. </TABLE>
  23. <TABLE id="Table1" borderColor="#93bee2" cellSpacing="0" cellPadding="0" width="100%" border="1"
  24. style="BORDER-COLLAPSE: collapse" class="GbText">
  25. <TR>
  26. <TD><asp:datagrid id="dgrd_StaffList" runat="server" Width="100%" AutoGenerateColumns="False" AllowSorting="True"
  27. PageSize="20" AllowPaging="True" BorderColor="#93BEE2" BorderWidth="1px">
  28. <AlternatingItemStyle BackColor="#E8F4FF">
  29. </AlternatingItemStyle>
  30. <ItemStyle Font-Size="X-Small">
  31. </ItemStyle>
  32. <Columns>
  33. <asp:BoundColumn Visible="False" DataField="Staff_Name" SortExpression="Staff_Name" HeaderText="登陆名"></asp:BoundColumn>
  34. <asp:BoundColumn Visible="False" DataField="RealName" SortExpression="RealName" HeaderText="姓名"></asp:BoundColumn>
  35. <asp:BoundColumn Visible="False" DataField="Mobile" SortExpression="Mobile" HeaderText="手机号码"></asp:BoundColumn>
  36. <asp:BoundColumn Visible="False" DataField="SexName" SortExpression="SexName" HeaderText="性别"></asp:BoundColumn>
  37. <asp:BoundColumn Visible="False" DataField="Email" SortExpression="Email" HeaderText="Email"></asp:BoundColumn>
  38. <asp:BoundColumn Visible="False" DataField="Position_Name" SortExpression="Position_Name" HeaderText="职位"></asp:BoundColumn>
  39. </Columns>
  40. <PagerStyle HorizontalAlign="Right" Mode="NumericPages">
  41. </PagerStyle>
  42. </asp:datagrid></TD>
  43. </TR>
  44. <TR>
  45. <TD align="right"><FONT face="宋体">
  46. <asp:Button id="btn_Print" runat="server" Text="打印" CssClass="buttoncss"></asp:Button><INPUT class="buttoncss" type="button" onclick="javascript:location.href='Search.aspx'" value="返回"></FONT></TD>
  47. </TR>
  48. </TABLE>
  49. </form>
  50. </body>
  51. </HTML>