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

📄 goodlist.aspx

📁 一个不错的源码,c#开发源码
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="goodlist.aspx.cs" AutoEventWireup="false" Inherits="chunsky.manageadmin.goodlist" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>goodlist</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">
		<style type="text/css">
.style5 { FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #000000 }
BODY { BACKGROUND-COLOR: #e6e4da }
		</style>
		<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
	</HEAD>
	<body>
		<form id="Form1" method="post" runat="server">
			<table width="550" border="0" align="center" cellpadding="0" cellspacing="0">
				<tr>
					<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
							<tr>
								<td height="20" bgcolor="#cccc99"><div align="center"><span class="style5">域名注册</span></div>
								</td>
							</tr>
							<tr>
								<td><asp:DataGrid id="domGrid" runat="server" AutoGenerateColumns="False" Width="100%" Font-Size="10pt"
										HeaderStyle-BackColor="#cccc99">
										<Columns>
											<asp:BoundColumn DataField="uid" HeaderText="帐号"></asp:BoundColumn>
											<asp:BoundColumn DataField="dom" HeaderText="注册域名"></asp:BoundColumn>
											<asp:BoundColumn DataField="domnian" HeaderText="注册年数"></asp:BoundColumn>
											<asp:BoundColumn DataField="sendtime" HeaderText="申请时间"></asp:BoundColumn>
										</Columns>
									</asp:DataGrid><br>
									<br>
								</td>
							</tr>
							<tr>
								<td height="20" bgcolor="#cccc99"><div align="center" class="style5"><strong>虚拟主机</strong></div>
								</td>
							</tr>
							<tr>
								<td><asp:DataGrid id="hostGrid" runat="server" AutoGenerateColumns="False" Width="100%" Font-Size="10pt"
										HeaderStyle-BackColor="#cccc99">
										<Columns>
											<asp:BoundColumn DataField="uid" HeaderText="帐号"></asp:BoundColumn>
											<asp:BoundColumn DataField="host" HeaderText="主机类型"></asp:BoundColumn>
											<asp:BoundColumn DataField="hostnian" HeaderText="申请年数"></asp:BoundColumn>
											<asp:BoundColumn DataField="hostdom" HeaderText="绑定域名"></asp:BoundColumn>
											<asp:BoundColumn DataField="sendtime" HeaderText="申请时间"></asp:BoundColumn>
										</Columns>
									</asp:DataGrid><br>
									<br>
								</td>
							</tr>
							<tr>
								<td height="20" bgcolor="#cccc99"><div align="center" class="style5">网站建设</div>
								</td>
							</tr>
							<tr>
								<td><asp:DataGrid id="siteGrid" runat="server" AutoGenerateColumns="False" Width="100%" Font-Size="10pt"
										HeaderStyle-BackColor="#cccc99">
										<Columns>
											<asp:BoundColumn DataField="uid" HeaderText="帐号"></asp:BoundColumn>
											<asp:BoundColumn DataField="site" HeaderText="网站建设"></asp:BoundColumn>
											<asp:BoundColumn DataField="sitesm" HeaderText="其他说明"></asp:BoundColumn>
											<asp:BoundColumn DataField="sendtime" HeaderText="申请时间"></asp:BoundColumn>
										</Columns>
									</asp:DataGrid><br>
									<br>
								</td>
							</tr>
							<tr>
								<td height="20" bgcolor="#cccc99"><div align="center" class="style5"><strong>企业邮箱 域名转入</strong></div>
								</td>
							</tr>
							<tr>
								<td><asp:DataGrid id="mailGrid" runat="server" AutoGenerateColumns="False" Width="100%" Font-Size="10pt"
										HeaderStyle-BackColor="#cccc99">
										<Columns>
											<asp:BoundColumn DataField="uid" HeaderText="帐号"></asp:BoundColumn>
											<asp:BoundColumn DataField="mail" HeaderText="企业邮箱"></asp:BoundColumn>
											<asp:BoundColumn DataField="mailnian" HeaderText="申请年数"></asp:BoundColumn>
											<asp:BoundColumn DataField="maildom" HeaderText="绑定域名"></asp:BoundColumn>
											<asp:BoundColumn DataField="impdom" HeaderText="转入域名"></asp:BoundColumn>
											<asp:BoundColumn DataField="impzhuji" HeaderText="主机服务"></asp:BoundColumn>
											<asp:BoundColumn DataField="sendtime" HeaderText="申请时间"></asp:BoundColumn>
										</Columns>
									</asp:DataGrid><br>
									<br>
								</td>
							</tr>
							<tr>
								<td height="20" bgcolor="#cccc99"><div align="center" class="style5">主机套餐</div>
								</td>
							</tr>
							<tr>
								<td><asp:DataGrid id="taocanGrid" runat="server" AutoGenerateColumns="False" Width="100%" Font-Size="10pt"
										HeaderStyle-BackColor="#cccc99">
										<Columns>
											<asp:BoundColumn DataField="uid" HeaderText="帐号"></asp:BoundColumn>
											<asp:BoundColumn DataField="taocan" HeaderText="主机套餐"></asp:BoundColumn>
											<asp:BoundColumn DataField="taocandom" HeaderText="套餐域名"></asp:BoundColumn>
											<asp:BoundColumn DataField="taocannian" HeaderText="注册年限"></asp:BoundColumn>
											<asp:BoundColumn DataField="sendtime" HeaderText="申请时间"></asp:BoundColumn>
										</Columns>
									</asp:DataGrid></td>
							</tr>
						</table>
					</td>
				</tr>
			</table>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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