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

📄 advertisements.aspx

📁 PURPOSE OF THE PROJECT: This Application would facilitate the huge process of managing the Ad detai
💻 ASPX
字号:
<%@ Register TagPrefix ="Template" TagName = "All" Src = "Template.ascx"%>
<%@ Page language="c#" Codebehind="Advertisements.aspx.cs" AutoEventWireup="false" Inherits="MegaMartAudio.Advertisements" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>Storage Of Marketting Collateral - Audio - Manager Home Page</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">
	</HEAD>
	<body MS_POSITIONING="GridLayout" onload="javascript:history.go(1)">
		<form id="Form1" method="post" runat="server">
			<asp:DataGrid id="dgAds" style="Z-INDEX: 109; LEFT: 208px; POSITION: absolute; TOP: 280px" runat="server"
				PageSize="5" Width="376px" BorderStyle="Double" BorderColor="ActiveBorder" BackColor="Transparent"
				HorizontalAlign="Center">
				<ItemStyle Wrap="False" HorizontalAlign="Center" Width="5px" VerticalAlign="Middle"></ItemStyle>
				<HeaderStyle Font-Bold="True" Wrap="False" HorizontalAlign="Center" ForeColor="#004000" VerticalAlign="Middle"
					BackColor="#E0E0E0"></HeaderStyle>
				<Columns>
					<asp:HyperLinkColumn DataNavigateUrlField="AdID" DataNavigateUrlFormatString="Addetails.aspx?adid={0}"
						DataTextField="AdID" HeaderText="Ad ID"></asp:HyperLinkColumn>
				</Columns>
			</asp:DataGrid>
			<asp:Label id="lblStatus" style="Z-INDEX: 106; LEFT: 504px; POSITION: absolute; TOP: 224px"
				runat="server" Font-Bold="True" ForeColor="#004000">Ad Status</asp:Label>
			<asp:Label id="lblModels" style="Z-INDEX: 105; LEFT: 280px; POSITION: absolute; TOP: 224px"
				runat="server" Font-Bold="True" ForeColor="#004000">Models</asp:Label>
			<asp:Label id="lblProd" style="Z-INDEX: 104; LEFT: 40px; POSITION: absolute; TOP: 224px" runat="server"
				Font-Bold="True" ForeColor="#004000">Products</asp:Label>
			<asp:DropDownList id="cboAds" style="Z-INDEX: 103; LEFT: 584px; POSITION: absolute; TOP: 224px" runat="server"
				Width="120px" AutoPostBack="True">
				<asp:ListItem Value="0" Selected="True">All</asp:ListItem>
				<asp:ListItem Value="1">Accepted</asp:ListItem>
				<asp:ListItem Value="2">Rejected</asp:ListItem>
				<asp:ListItem Value="3">Not Evaluated</asp:ListItem>
			</asp:DropDownList>
			<asp:DropDownList id="cboModels" style="Z-INDEX: 102; LEFT: 360px; POSITION: absolute; TOP: 224px"
				runat="server" Width="120px" AutoPostBack="True" Enabled="False"></asp:DropDownList>
			<asp:DropDownList id="cboProducts" style="Z-INDEX: 101; LEFT: 120px; POSITION: absolute; TOP: 224px"
				runat="server" Width="120px" AutoPostBack="True"></asp:DropDownList>
			<asp:Label id="lblNewStaff" style="Z-INDEX: 107; LEFT: 32px; POSITION: absolute; TOP: 168px"
				runat="server" Font-Bold="True" ForeColor="#004000">Click here to add new User</asp:Label>
			<asp:Button id="cmdAdd" style="Z-INDEX: 108; LEFT: 232px; POSITION: absolute; TOP: 168px" runat="server"
				Text="Add" Width="96px"></asp:Button>
			<Template:All runat="server" ID="All1" NAME="All1" />
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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