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

📄 default2.aspx

📁 旅游网站系统:在线统计人数
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default2.aspx.cs" Inherits="Default2" %>
<%@ Register TagPrefix="H" TagName="Header" Src="inc/Header.ascx" %>
<%@ Register TagPrefix="L" TagName="left" Src="inc/left.ascx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>WebForm</title>
		<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
		<meta name="CODE_LANGUAGE" Content="C#">
		<meta name="vs_defaultClientScript" content="JavaScript">
		<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
		<Link href="inc/Travel.css" rel="stylesheet" type="text/css">
	    <style type="text/css">
            .newStyle1
            {
                position: fixed;
            }
            .newStyle2
            {
                position: fixed;
            }
            .newStyle3
            {
                position: fixed;
            }
            .newStyle4
            {
                position: fixed;
            }
            .newStyle5
            {
                position: fixed;
                top: 63px;
                left: 367px;
            }
            .newStyle6
            {
                position: fixed;
            }
            .newStyle7
            {
                position: absolute;
            }
            .newStyle8
            {
                position: relative;
            }
            .newStyle9
            {
                position: inherit;
            }
        </style>
	</HEAD>
	<body background="2007111617041626.gif">
		<form id="form1" runat="server">
		<p>
            &nbsp;</p>
		<H:HEADER id="Header" runat="server" />
		<TABLE id="Table1" style="HEIGHT: 252px" cellSpacing="0" cellPadding="0" width="98%" align="center"
			border="0">
			<TR>
				<td style="WIDTH: 34px">
					<L:LEFT id="left1" runat="server" />
				<td/>
				    &nbsp;<td>
				&nbsp;&nbsp;&nbsp;&nbsp;<asp:GridView ID="GridView1" runat="server" AllowPaging="True" 
                        AutoGenerateColumns="False" 
                        CssClass="newStyle9" DataSourceID="AccessDataSource2" 
                        Height="250px" Width="773px"><Columns>
<asp:BoundField DataField="sitename" SortExpression="sitename" HeaderText="行程时间"></asp:BoundField>
<asp:BoundField DataField="URL" SortExpression="URL" HeaderText="线路"></asp:BoundField>
<asp:BoundField DataField="intro" SortExpression="intro" HeaderText="导游\车队"></asp:BoundField>
<asp:BoundField DataField="grade" SortExpression="grade" HeaderText="推荐分数"></asp:BoundField>
<asp:BoundField DataField="submit_date" SortExpression="submit_date" HeaderText="发表时间"></asp:BoundField>
</Columns>
</asp:GridView>
                        <asp:AccessDataSource ID="AccessDataSource2" runat="server" DataFile="~/wwwlink.mdb"
                            SelectCommand="SELECT [submit_date], [grade], [intro], [URL], [sitename] FROM [link]">
                        </asp:AccessDataSource>
&nbsp;&nbsp;
                </td>
			</TR>
		</TABLE>
	<p>
        &nbsp;</p>
	</form>
	</body>
</HTML>

⌨️ 快捷键说明

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