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

📄 yplist.aspx

📁 1.把"Web"文件夹内的文件拷贝到某个文件夹 2.在IIS中新建站点
💻 ASPX
字号:
<%@ Register TagPrefix="cc1" Namespace="Huayou.Common" Assembly="Huayou.Common" %>
<%@ Page language="c#" Codebehind="YpList.aspx.cs" AutoEventWireup="false" Inherits="Huayou.Hyb2b.WebApp.Manage.MemManage.YpList" %>
<HTML>
	<HEAD>
		<title></title>
		<META http-equiv="Content-Type" content="text/html; charset=gb2312">
		<LINK href="../../css/css.css" type="text/css" rel="stylesheet">
			<style type="text/css">
.word1 { FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #000000 }
</style>
	</HEAD>
	<body leftmargin="0" topmargin="0">
		<form id="Form1" method="post" runat="server">
			<table width="98%" border="0" cellspacing="0" cellpadding="0" align="center" class="px12">
				<tr>
					<td height="25">
						<asp:DropDownList id="dlVip" runat="server" AutoPostBack="True" Visible=False>
							<asp:ListItem Value="0" Selected="True">请选择</asp:ListItem>
							<asp:ListItem Value="1">Vip申请中</asp:ListItem>
							<asp:ListItem Value="2">Vip正式</asp:ListItem>
							<asp:ListItem Value="3">试用申请</asp:ListItem>
							<asp:ListItem Value="4">试用正式</asp:ListItem>
							<asp:ListItem Value="5">普通申请</asp:ListItem>
							<asp:ListItem Value="6">普通正式</asp:ListItem>
						</asp:DropDownList>
						<asp:TextBox id="txtParamstr" runat="server" Visible="False" Width="48px"></asp:TextBox>
						<asp:DropDownList id="dlKey" runat="server" AutoPostBack="True">
							<asp:ListItem Value="-1" Selected="True">请选择</asp:ListItem>
							<asp:ListItem Value="0">注册待审</asp:ListItem>
							<asp:ListItem Value="1">正常</asp:ListItem>
							<asp:ListItem Value="2">过期</asp:ListItem>
							<asp:ListItem Value="3">推荐</asp:ListItem>
						</asp:DropDownList>
					</td>
				</tr>
				<tr>
					<td>
						<div id="Div1" style="OVERFLOW-Y: auto; SCROLLBAR-FACE-COLOR: #dee3e7; SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; WIDTH: 100%; SCROLLBAR-SHADOW-COLOR: #dee3e7; SCROLLBAR-3DLIGHT-COLOR: #d1d7dc; SCROLLBAR-ARROW-COLOR: #006699; SCROLLBAR-TRACK-COLOR: #efefef; SCROLLBAR-DARKSHADOW-COLOR: #98aab1; HEIGHT: 100%">
							<cc1:datagridtable id="dgdList" runat="server" CssClass="tableGrid" Width="100%" IsShowFoot="True"
								PageCSS="scrollButton" MaxRecord="0" EnableViewState="False" AllowPaging="True" AutoGenerateColumns="False"
								IsAllowPaging="True" BorderStyle="None" BorderWidth="1px" BackColor="White" BorderColor="#3366CC"
								CellPadding="4" PageSize="12">
								<PagerStyle Visible="False" HorizontalAlign="Left" ForeColor="#003399" BackColor="#99CCCC" CssClass="gridPager"
									Mode="NumericPages"></PagerStyle>
								<AlternatingItemStyle CssClass="gridAltItem"></AlternatingItemStyle>
								<EditItemStyle CssClass="gridEditItem"></EditItemStyle>
								<FooterStyle ForeColor="#003399" CssClass="gridFooter" BackColor="#99CCCC"></FooterStyle>
								<ItemStyle ForeColor="#003399" CssClass="gridItem" BackColor="White"></ItemStyle>
								<HeaderStyle Font-Bold="True" ForeColor="#CCCCFF" CssClass="gridHeader" BackColor="#99CCCC"></HeaderStyle>
								<Columns>
									<asp:TemplateColumn HeaderText="企业名称">
										<ItemTemplate>
<a href="/co/<%# DataBinder.Eval(Container.DataItem,"Hy_co") %>/Index.aspx?Sid=<%# DataBinder.Eval(Container.DataItem,"Sid") %>" target=_blank><%# DataBinder.Eval(Container.DataItem,"Hy_coname") %></a>
</ItemTemplate>
									</asp:TemplateColumn>
									<asp:BoundColumn DataField="Hy_ypxxone_id" HeaderText="从事行业"></asp:BoundColumn>
									<asp:BoundColumn Visible="False" DataField="Hy_ypxxtwo_id"></asp:BoundColumn>
									<asp:BoundColumn DataField="Hy_ksdate" HeaderText="开始时间" DataFormatString="{0:yyyy-MM-dd}"></asp:BoundColumn>
									<asp:BoundColumn DataField="Hy_ktdate" HeaderText="到期时间" DataFormatString="{0:yyyy-MM-dd}"></asp:BoundColumn>
									<asp:BoundColumn HeaderText="剩余时间"></asp:BoundColumn>
									<asp:BoundColumn DataField="Hy_key" HeaderText="审核"></asp:BoundColumn>
									<asp:TemplateColumn HeaderText="操作">
										<HeaderStyle Width="20%"></HeaderStyle>
										<ItemTemplate>
										<%# (Convert.ToInt32(DataBinder.Eval(Container.DataItem,"Hy_key"))==3)?"<a href=YpReccomend.aspx?act=0&sid="+DataBinder.Eval(Container.DataItem,"sid")+">取消</a>":"<a href=YpReccomend.aspx?act=1&sid="+DataBinder.Eval(Container.DataItem,"sid")+">推荐</a>"%>
										&nbsp;		
										<%# (Convert.ToInt32(DataBinder.Eval(Container.DataItem,"Hy_key"))==1)?"<a href=YpActive.aspx?act=1&sid="+DataBinder.Eval(Container.DataItem,"sid")+">取消</a>":"<a href=YpActive.aspx?act=0&sid="+DataBinder.Eval(Container.DataItem,"sid")+">审核</a>"%>
										&nbsp;	 	
					<a href=YpDel.aspx?del=1&sid=<%# DataBinder.Eval(Container.DataItem,"sid") %> onclick="return confirm('确认要删除?');">删除</a>
					&nbsp;	 	
					<a href=YpYanqi.aspx?sid=<%# DataBinder.Eval(Container.DataItem,"sid") %>>延期</a> 
					</ItemTemplate>
									</asp:TemplateColumn>
								</Columns>
								<SelectedItemStyle Font-Bold="True" ForeColor="#CCFF99" CssClass="gridSelectedItem" BackColor="#009999"></SelectedItemStyle>
							</cc1:datagridtable></div>
					</td>
				</tr>
				<tr>
					<td height="25">&nbsp;</td>
				</tr>
				<tr>
					<td height="25">&nbsp;</td>
				</tr>
			</table>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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