您目前尚未登陆,请选择【登陆】或【注册
首页->聊天计数->飞翔多用户访问统计系统源码>>WebStatistics/ReportWebInClientComp.aspx>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:飞翔多用户访问统计系统源码
当前文件:文件类型 FeiXiangCount/WebStatistics/ReportWebInClientComp.aspx打开代码结构图
普通视图
		            
1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ReportWebInClientComp.aspx.cs" Inherits="ReportWebInClientComp" %> 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>Untitled Page</title> 8</head> 9<body> 10 <form id="Form1" method="post" runat="server"> 11 <FONT face="宋体"></FONT> 12 <div align="center"> 13 <table width="550" align="center"> 14 <tr> 15 </tr> 16 <tr> 17 <td width="5%"></td> 18 <td align="center"><FONT face="宋体"><FONT face="宋体"><asp:datagrid id=dgOs runat="server" AutoGenerateColumns="False" Width="100%" DataSource="<%# clientDS %>" BorderWidth="1px" CellPadding="1" BackColor="#CCCCCC" BorderStyle="Solid" BorderColor="#999999" ForeColor="Black" CellSpacing="1" DataMember="PlatForm"> 19 <ItemStyle BackColor="White"></ItemStyle> 20 <HeaderStyle Font-Bold="True" HorizontalAlign="Center" ForeColor="White" BackColor="Black"></HeaderStyle> 21 <Columns> 22 <asp:BoundColumn DataField="name" HeaderText="操作系统"></asp:BoundColumn> 23 <asp:BoundColumn DataField="proportion" HeaderText="访问次数" DataFormatString="&lt;div style=&quot;WIDTH: {0}%; HEIGHT: 12px; BACKGROUND-COLOR: #ffff66&quot; /&gt;"></asp:BoundColumn> 24 <asp:BoundColumn DataField="number" HeaderText="number"></asp:BoundColumn> 25 </Columns> 26 </asp:datagrid></FONT></FONT></td> 27 <td width="5%"></td> 28 </tr> 29 <tr> 30 <td></td> 31 <td><asp:datagrid id=Datagrid1 runat="server" AutoGenerateColumns="False" Width="100%" DataSource="<%# clientDS %>" BorderWidth="1px" CellPadding="1" BackColor="#CCCCCC" BorderStyle="Solid" BorderColor="#999999" ForeColor="Black" CellSpacing="1" DataMember="Browser"> 32 <ItemStyle BackColor="White"></ItemStyle> 33 <HeaderStyle Font-Bold="True" HorizontalAlign="Center" ForeColor="White" BackColor="Black"></HeaderStyle> 34 <Columns> 35 <asp:BoundColumn DataField="name" HeaderText="浏览器"></asp:BoundColumn> 36 <asp:BoundColumn DataField="proportion" HeaderText="访问次数" DataFormatString="&lt;div style=&quot;WIDTH: {0}%; HEIGHT: 12px; BACKGROUND-COLOR: #ffff66&quot; /&gt;"></asp:BoundColumn> 37 <asp:BoundColumn DataField="number" SortExpression="number" HeaderText="number"></asp:BoundColumn> 38 </Columns> 39 </asp:datagrid></td> 40 <td><FONT face="宋体"></FONT></td> 41 </tr> 42 <tr> 43 <td></td> 44 <td><asp:datagrid id=Datagrid2 runat="server" AutoGenerateColumns="False" Width="100%" DataSource="<%# clientDS %>" BorderWidth="1px" CellPadding="1" BackColor="#CCCCCC" BorderStyle="Solid" BorderColor="#999999" ForeColor="Black" CellSpacing="1" DataMember="ScreenWidth"> 45 <ItemStyle BackColor="White"></ItemStyle> 46 <HeaderStyle Font-Bold="True" HorizontalAlign="Center" ForeColor="White" BackColor="Black"></HeaderStyle> 47 <Columns> 48 <asp:BoundColumn DataField="width" HeaderText="屏幕宽度"></asp:BoundColumn> 49 <asp:BoundColumn DataField="proportion" HeaderText="访问次数" DataFormatString="&lt;div style=&quot;WIDTH: {0}%; HEIGHT: 12px; BACKGROUND-COLOR: #ffff66&quot; /&gt;"></asp:BoundColumn> 50 <asp:BoundColumn DataField="number" HeaderText="number"></asp:BoundColumn> 51 </Columns> 52 </asp:datagrid></td> 53 <td></td> 54 </tr> 55 <tr> 56 <td style="HEIGHT: 21px"></td> 57 <td style="HEIGHT: 21px"></td> 58 <td style="HEIGHT: 21px"></td> 59 </tr> 60 <tr> 61 <td></td> 62 <td><FONT face="宋体"></FONT></td> 63 <td></td> 64 </tr> 65 </table> 66 </div> 67 </form> 68</body> 69</html> 70
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:飞翔多用户访问统计系统源码
51Aspx.com 版权所有 CopyRight © 2000-2008. 京ICP备06046876号