⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rizhijilu.aspx

📁 OA自动化办公系统,就是OA自动化办公系统
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="rizhijilu.aspx.cs" Inherits="qs_rizhi_Default" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>日志管理</title>
    <style type="text/css">
<!--
.style1 {color: #FFFFFF}
-->
</style>

<link href="../css/link.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
.style2 {font-size: 12px}
.style3 {
	font-size: 14px;
	font-weight: bold;
}
.style36 {font-size: 13px}
.style37 {color: #FF0000}
.style38 {color: #999999}
body {
	margin-top: 0px;
}
-->
</style>
</head>
<body>
    <form id="form1" runat="server">
   
    <div align="center" style="width: 802px; height: 38px" >
        &nbsp;
        <br />
        <br />
    
    
      <table width="100%" border="0" cellpadding="0" cellspacing="0">
        <tr>
          
          <td bgcolor="#5AAE18" style="width: 801px"><div align="center"><span class="style1"><span class="style1 style3 style36">日 志 管 理</span></span></div></td>
         
        </tr>
      </table>
    </div>
    <div align="center"  style="width: 754px; height: 38px" > 
    <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" Height="94px" Width="803px" PageSize="3" OnRowDataBound="GridView1_RowDataBound" BorderColor="PaleGreen" Font-Size="Larger">
            <Columns>
                <asp:HyperLinkField DataNavigateUrlFields="w_id" DataNavigateUrlFormatString="rizhineirong.aspx?w_id={0}"
                    DataTextField="w_title" HeaderText="标题" />
                <asp:BoundField DataField="u_username" HeaderText="发送人" />
                <asp:HyperLinkField DataNavigateUrlFields="w_id" DataNavigateUrlFormatString="jiluxiu.aspx?w_id={0}"
                    HeaderText="修改" Text="修改" />
                <asp:HyperLinkField DataNavigateUrlFields="w_id" DataNavigateUrlFormatString="rizhishanchu.aspx?w_id={0}"
                    HeaderText="删除" Text="删除" />
                <asp:BoundField DataField="w_clicks" HeaderText="点击" />
                <asp:BoundField DataField="w_sendtime" HeaderText="发送时间" />
            </Columns>
        </asp:GridView>
    </div>
    <div align="center">
       <br/>
       <%System.Collections.Generic.IList<COM.OA.Entity.worklogjl> lists = COM.OA.BLL.BLLGeneric.Select<COM.OA.Entity.worklogjl>(System.Data.CommandType.StoredProcedure, "rizhiJiLu");
           System.Collections.Generic.List<COM.OA.Entity.worklogjl> list = (System.Collections.Generic.List<COM.OA.Entity.worklogjl>)lists;

           
            %>
  总共 <%=list.Count%> 记录<br/>
  <br/>
  </div>
   
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -