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

📄 productoption.aspx

📁 一个网页的系统例子
💻 ASPX
字号:
<%@ Register TagPrefix="uc4" TagName="LeftMenu" Src="../include/LeftMenu.ascx" %>
<%@ Page language="c#" Codebehind="ProductOption.aspx.cs" AutoEventWireup="false" Inherits="FerrariSales.Page.ProductOption" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>法拉利玛莎拉蒂汽车国际贸易(上海)有限公司</title>
		<META HTTP-EQUIV="imagetoolbar" CONTENT="no">
		<LINK href="/FerrariSales/style/main.css" type="text/css" rel="stylesheet">
	</HEAD>
	<body bgColor="#000000">
		<form id="Form1" method="post" runat="server">
			<table cellSpacing="0" cellPadding="0" width="900" align="center" border="0">
				<tr>
					<td><!-- #include file="../include/top.htm"--></td>
				</tr>
				<tr>
					<td>
						<table cellSpacing="0" cellPadding="0" width="860" bgColor="#343434" border="0">
							<tr>
								<td vAlign="top" width="120" bgcolor="#000000">
									<table cellSpacing="0" cellPadding="0" width="120" border="0" height="100%">
										<tr vAlign="top">
											<td><uc4:leftmenu id="leftMenu" runat="server"></uc4:leftmenu></td>
										</tr>
									</table>
								</td>
								<td vAlign="top" align="right" width="720">
									<table cellSpacing="0" cellPadding="0" width="700" border="0">
										<tr>
											<td height="30"></td>
										</tr>
										<tr>
											<td align="center"><span class="normaltitle">车型配置详细信息</span></td>
										</tr>
										<tr>
											<td height="30"></td>
										</tr>
										<tr>
											<td align="center">
												<table cellSpacing="0" cellPadding="0" width="700" border="0">
													<tr>
														<td><asp:datagrid id="optionList" runat="server" BorderColor="White" BorderWidth="1px" AutoGenerateColumns="False"
																Width="700px" GridLines="Vertical" BackColor="Black" ForeColor="White">
																<AlternatingItemStyle BackColor="Black"></AlternatingItemStyle>
																<ItemStyle Wrap="False" HorizontalAlign="Center" Height="10px" BackColor="#343434"></ItemStyle>
																<HeaderStyle Font-Bold="True" Wrap="False" HorizontalAlign="Center" Height="10px" BorderWidth="1px"
																	CssClass="normaltext" VerticalAlign="Middle" BackColor="Black"></HeaderStyle>
																<Columns>
																	<asp:BoundColumn Visible="False" DataField="OptionID"></asp:BoundColumn>
																	<asp:BoundColumn DataField="ModisCode" HeaderText="MODIS配置码">
																		<ItemStyle HorizontalAlign="Center" Height="20px" Width="100px" CssClass="normaltext"></ItemStyle>
																	</asp:BoundColumn>
																	<asp:BoundColumn Visible="False" DataField="Description_ENG" HeaderText="英文描述">
																		<ItemStyle HorizontalAlign="Left" Height="20px" Width="0px" CssClass="normaltext"></ItemStyle>
																	</asp:BoundColumn>
																	<asp:BoundColumn DataField="Description_CHN" HeaderText="中文描述">
																		<ItemStyle HorizontalAlign="Left" Height="20px" Width="340px" CssClass="normaltext"></ItemStyle>
																	</asp:BoundColumn>
																	<asp:BoundColumn DataField="OptionType" HeaderText="配置类型">
																		<ItemStyle HorizontalAlign="Center" Height="20px" Width="80px" CssClass="normaltext"></ItemStyle>
																	</asp:BoundColumn>
																	<asp:BoundColumn DataField="OptionPriceDealer" HeaderText="经销商价">
																		<ItemStyle HorizontalAlign="Center" Height="20px" Width="60px" CssClass="normaltext"></ItemStyle>
																	</asp:BoundColumn>
																	<asp:BoundColumn DataField="OptionPriceNormal" HeaderText="市场价">
																		<ItemStyle HorizontalAlign="Center" Height="20px" Width="60px" CssClass="normaltext"></ItemStyle>
																	</asp:BoundColumn>
																	<asp:BoundColumn DataField="ColorMaterialCount" HeaderText="颜色材料">
																		<ItemStyle HorizontalAlign="Center" Height="20px" Width="60px" CssClass="normaltext"></ItemStyle>
																	</asp:BoundColumn>
																</Columns>
															</asp:datagrid></td>
													</tr>
												</table>
											</td>
										</tr>
										<tr>
											<td align="right">
												<asp:Button ID="btn_Return" Runat="server" CssClass="normalbtn" Text="返回"></asp:Button>
											</td>
										</tr>
									</table>
								</td>
							</tr>
						</table>
					</td>
				</tr>
			</table>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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