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

📄 link.aspx

📁 aspx自助链接系统(.net)
💻 ASPX
字号:
<%@ Page language="c#" src="link.aspx.cs" AutoEventWireup="false" Inherits="todotnet__freelink.link" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>link</title>
		<meta name="GENERATOR" Content="Microsoft Visual Studio 7.0">
		<meta name="CODE_LANGUAGE" Content="C#">
		<meta name="vs_defaultClientScript" content="JavaScript">
		<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
		<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
		<link rel="stylesheet" href="note/pt.css" type="text/css">
	</HEAD>
	<body MS_POSITIONING="GridLayout" BOTTOMMARGIN="0" LEFTMARGIN="0" RIGHTMARGIN="0" TOPMARGIN="0" bgcolor="#d1d5fe">
		<form id="link" method="post" runat="server">
			<table width="778" border="0" align="center">
				<tr>
					<td bgcolor="#330099" colspan="7"><a href="http://www24.brinkster.com/pclearn" target="_blank"><img src="pic/title.gif" width="250" height="67" border="0"></a></td>
				</tr>
				<tr>
					<td bgcolor="#330099" class="pt">电脑网络
						<asp:RadioButton id="cpt" runat="server" AutoPostBack="True" GroupName="link"></asp:RadioButton></td>
					<td bgcolor="#330099" class="pt">文学艺术
						<asp:RadioButton id="art" runat="server" AutoPostBack="True" GroupName="link"></asp:RadioButton></td>
					<td bgcolor="#330099" class="pt">影视明星
						<asp:RadioButton id="star" runat="server" AutoPostBack="True" GroupName="link"></asp:RadioButton></td>
					<td bgcolor="#330099" class="pt">体育运动
						<asp:RadioButton id="spt" runat="server" AutoPostBack="True" GroupName="link"></asp:RadioButton></td>
					<td bgcolor="#330099" class="pt">时尚休闲
						<asp:RadioButton id="fs" runat="server" AutoPostBack="True" GroupName="link"></asp:RadioButton></td>
					<td bgcolor="#330099" class="pt">其它
						<asp:RadioButton id="ot" runat="server" AutoPostBack="True" GroupName="link"></asp:RadioButton></td>
					<td bgcolor="#330099" class="pt">全部
						<asp:RadioButton id="all" runat="server" AutoPostBack="True" GroupName="link"></asp:RadioButton></td>
				</tr>
			</table>
			<table width="778" border="0" align="center">
				<tr>
					<td class="pt" bgcolor="#330099" colspan="3">
						<asp:DataGrid id="freelink" OnPageIndexChanged="freelink_PageIndexChanged" runat="server" Width="100%" AllowPaging="True" PageSize="20" AutoGenerateColumns="False" Font-Size="10pt" ForeColor="#00CCFF">
							<AlternatingItemStyle BackColor="Navy"></AlternatingItemStyle>
							<HeaderStyle BackColor="Navy"></HeaderStyle>
							<Columns>
								<asp:BoundColumn DataField="id" HeaderText="网站编号"></asp:BoundColumn>
								<asp:HyperLinkColumn Target="_blank" DataNavigateUrlField="id" DataNavigateUrlFormatString="go.asp?id={0}" DataTextField="sitename" HeaderText="网站名称"></asp:HyperLinkColumn>
								<asp:BoundColumn DataField="sitedes" HeaderText="网站简介"></asp:BoundColumn>
								<asp:BoundColumn DataField="kind" HeaderText="网站类型"></asp:BoundColumn>
								<asp:BoundColumn DataField="hit" HeaderText="访问次数"></asp:BoundColumn>
							</Columns>
							<PagerStyle Position="TopAndBottom" BackColor="Navy" Mode="NumericPages"></PagerStyle>
						</asp:DataGrid></td>
				</tr>
				<tr>
					<td bgcolor="#330066" class="pt">自定义查找:
						<asp:TextBox id="TextBox1" Font-Size="9pt" BackColor="#330099" ForeColor="DeepSkyBlue" runat="server" Width="109px" Height="20px"></asp:TextBox>
						<asp:Button id="Button2" runat="server" OnClick="findsite" Text="查找"></asp:Button></td>
					<td bgcolor="#330066" class="pt">用户名
						<asp:TextBox id="TextBox2" runat="server" Width="67px"></asp:TextBox>密码
						<asp:TextBox id="TextBox3" runat="server" Width="70px"></asp:TextBox>
						<asp:Button id="Button1" OnClick="modlink" runat="server" Text="修改网站"></asp:Button>
						<asp:Label id="Label1" runat="server"></asp:Label></td>
					<td bgcolor="#330066" class="pt"><a href="adlink.aspx" target="_blank">登陆网站</a></td>
				</tr>
			</table>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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