adminsort.aspx

来自「基于Asp.net、MS sql sever 2000、C# 汽车交易系统源码」· ASPX 代码 · 共 53 行

ASPX
53
字号
<%@ Register TagPrefix="uc1" TagName="SearchAdmin" Src="SearchAdmin.ascx" %>
<%@ Register TagPrefix="uc1" TagName="default" Src="default.ascx" %>
<%@ Page language="c#" Codebehind="adminsort.aspx.cs" AutoEventWireup="false" Inherits="Market.Admin.adminsort" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<TITLE>adminsort</TITLE>
		<META http-equiv="Content-Type" content="text/html; charset=gb2312">
		<LINK href="../company.css" type="text/css" rel="stylesheet">
	</HEAD>
	<body>
		<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
		<meta name="CODE_LANGUAGE" Content="C#">
		<META content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
		<STYLE type="text/css">@import url( ../ys/a1.css );
		</STYLE>
		<FORM id="Form1" method="post" runat="server">
			<asp:DropDownList runat="server" AutoPostBack="True" Width="200px" id="SortDp1" style="Z-INDEX: 101; LEFT: 248px; POSITION: absolute; TOP: 104px"></asp:DropDownList>
			<asp:DropDownList id="SortDp2" style="Z-INDEX: 102; LEFT: 552px; POSITION: absolute; TOP: 104px" runat="server"
				Width="200px" AutoPostBack="True"></asp:DropDownList>
			<asp:Label id="Label1" style="Z-INDEX: 103; LEFT: 184px; POSITION: absolute; TOP: 112px" runat="server"
				Width="48px">一级分类</asp:Label>
			<asp:Label id="Label2" style="Z-INDEX: 104; LEFT: 488px; POSITION: absolute; TOP: 112px" runat="server"
				Width="48px">二级分类</asp:Label>
			<asp:TextBox id="TextBox1" style="Z-INDEX: 105; LEFT: 192px; POSITION: absolute; TOP: 192px"
				runat="server" Width="208px"></asp:TextBox>
			<asp:Label id="Label3" style="Z-INDEX: 106; LEFT: 192px; POSITION: absolute; TOP: 160px" runat="server"
				Width="112px">添加新的二级别分类</asp:Label>
			<asp:Panel id="Panel1" style="Z-INDEX: 107; LEFT: 8px; POSITION: absolute; TOP: 80px" runat="server"
				Width="128px" Height="336px">Pane 
<uc1:default id="Default1" runat="server"></uc1:default>l</asp:Panel>
			<uc1:SearchAdmin id="SearchAdmin1" runat="server"></uc1:SearchAdmin>
			<asp:Button id="SaveBut" style="Z-INDEX: 108; LEFT: 192px; POSITION: absolute; TOP: 248px" runat="server"
				Text="保  存"></asp:Button>
			<asp:Button id="CanelBut" style="Z-INDEX: 109; LEFT: 336px; POSITION: absolute; TOP: 248px"
				runat="server" Text="取  消"></asp:Button>
			<asp:Label id="Label4" style="Z-INDEX: 110; LEFT: 200px; POSITION: absolute; TOP: 312px" runat="server"
				Width="168px">需要修改和删除的二级分类名</asp:Label>
			<asp:DropDownList id="Dp2Mod" style="Z-INDEX: 111; LEFT: 200px; POSITION: absolute; TOP: 344px" runat="server"
				Width="201px"></asp:DropDownList>
			<asp:Button id="ModSort2" style="Z-INDEX: 112; LEFT: 416px; POSITION: absolute; TOP: 344px"
				runat="server" Text="修 改"></asp:Button>
			<asp:TextBox id="ModSortTxt" style="Z-INDEX: 113; LEFT: 568px; POSITION: absolute; TOP: 344px"
				runat="server" Visible="False"></asp:TextBox>
			<asp:Button id="SavSort2" style="Z-INDEX: 114; LEFT: 728px; POSITION: absolute; TOP: 344px"
				runat="server" Text="保  存" Visible="False"></asp:Button>
			<asp:Button id="DelSort" style="Z-INDEX: 115; LEFT: 480px; POSITION: absolute; TOP: 344px" runat="server"
				Text="删除分类"></asp:Button>
			<asp:Button id="Button1" style="Z-INDEX: 116; LEFT: 800px; POSITION: absolute; TOP: 344px" runat="server"
				Text="取消" Visible="False"></asp:Button></FORM>
	</body>
</HTML>

⌨️ 快捷键说明

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