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

📄 web_showonline.aspx

📁 Asp.Net+SQL Server 2000的学生信息管理系统!有三个用户权限
💻 ASPX
字号:
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="web_ShowOnline.aspx.vb" Inherits="web_online.web_ShowOnline" %>
<HTML>
	<HEAD>
		<title>在线人数</title>
		<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
		<meta content="Visual Basic .NET 7.1" name="CODE_LANGUAGE">
		<meta content="JavaScript" name="vs_defaultClientScript">
		<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
		<LINK href="css/style.css" type="text/css" rel="stylesheet">
	</HEAD>
	<body bgColor="#ddddd0">
		<form id="Form1" method="post" runat="server">
			<table height="430" cellSpacing="0" cellPadding="0" width="780" align="center" border="0">
				<tr>
					<td vAlign="top" height="272">
						<TABLE height="47" cellSpacing="0" cellPadding="0" width="750" align="center" border="0">
							<TR>
								<TD vAlign="middle" height="20"><IMG height="9" src="images/arrow.gif" width="10"> &nbsp;您当前的位置:
									<a>首页</a> → 在线人数
								</TD>
							</TR>
						</TABLE>
						<P align="center"><asp:datagrid id="myDatagrid" runat="server" CellPadding="3" BorderStyle="None" BorderColor="#999999"
								BorderWidth="1px" GridLines="Vertical" BackColor="White" AllowPaging="True" AutoGenerateColumns="False"
								Width="750px">
								<HeaderStyle BackColor="#ECECFF"></HeaderStyle>
								<FooterStyle ForeColor="Black" BackColor="#CCCCCC"></FooterStyle>
								<Columns>
									<asp:BoundColumn DataField="username" HeaderText="用户名">
										<HeaderStyle Width="15%"></HeaderStyle>
									</asp:BoundColumn>
									<asp:BoundColumn DataField="ip" HeaderText="IP地址">
										<HeaderStyle Width="15%"></HeaderStyle>
									</asp:BoundColumn>
									<asp:BoundColumn DataField="browser" HeaderText="操作系统">
										<HeaderStyle Width="15%"></HeaderStyle>
									</asp:BoundColumn>
									<asp:BoundColumn DataField="browser" HeaderText="浏览器">
										<HeaderStyle Width="20%"></HeaderStyle>
									</asp:BoundColumn>
									<asp:BoundColumn DataField="startime" HeaderText="访问时间">
										<HeaderStyle Width="18%"></HeaderStyle>
									</asp:BoundColumn>
									<asp:BoundColumn DataField="lastimebk" HeaderText="活动时间">
										<HeaderStyle Width="18%"></HeaderStyle>
									</asp:BoundColumn>
								</Columns>
								<PagerStyle Visible="False" NextPageText="下一页" PrevPageText="上一页" HorizontalAlign="Right" ForeColor="Black"
									BackColor="#999999" Mode="NumericPages"></PagerStyle>
							</asp:datagrid><BR>
							<asp:label id="lblCurrentIndex" runat="server" ForeColor="Red" Font-Bold="True"></asp:label>&nbsp;<FONT color="#000080"><STRONG>/</STRONG></FONT>
							<asp:label id="lblPageCount" runat="server" ForeColor="Navy" Font-Bold="True"></asp:label><FONT color="#000080">页&nbsp; 
								共</FONT>
							<asp:label id="lblTotalRec" runat="server" ForeColor="Navy" Font-Bold="True"></asp:label><FONT color="#000080">个</FONT>
							<asp:label id="lblPerPage" runat="server" ForeColor="Navy" Font-Bold="True"></asp:label><FONT color="#000080">个</FONT>
							<FONT color="#000080"><strong>/</strong> 页</FONT>
							<asp:checkbox id="chkAllowPaging" runat="server" Checked="True" AutoPostBack="True" Text="是否分页"></asp:checkbox><BR>
							<BR>
							<asp:linkbutton id="btnPrev" onclick="PagerButtonClick" runat="server" ForeColor="navy" Font-size="8pt"
								CommandArgument="prev" Font-Name="verdana">上一页</asp:linkbutton>&nbsp;
							<asp:linkbutton id="btnNext" onclick="PagerButtonClick" runat="server" ForeColor="navy" Font-size="8pt"
								CommandArgument="next" Font-Name="verdana">下一页</asp:linkbutton></P>
					</td>
				</tr>
				<TR>
					<TD vAlign="top" height="20">&nbsp;Welcome visit&nbsp;my homepage: &nbsp;<A href="http://www.soft123.com"><FONT color="blue">http://www.soft123.com</FONT></A></TD>
				</TR>
			</table>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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