options.ascx

来自「一种Portal的实现源码」· ASCX 代码 · 共 26 行

ASCX
26
字号
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="Options.ascx.cs" Inherits="Rainbow.ECommerce.Design.Options" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
<TABLE id="Table1" cellSpacing="0" cellPadding="0" border="0">
	<TR>
		<TD noWrap align="left" class="smalltext">
			<asp:Label id="lblOptions" runat="server">Select Options :</asp:Label></TD>
	</TR>
	<TR>
		<TD noWrap align="left">
			<asp:DropDownList id="ddOptions1" runat="server" Width="240px">
				<asp:ListItem Value="No Options">No Options</asp:ListItem>
			</asp:DropDownList></TD>
	</TR>
	<TR>
		<TD noWrap align="left">
			<asp:DropDownList id="ddOptions2" runat="server" Width="240px">
				<asp:ListItem Value="No Options">No Options</asp:ListItem>
			</asp:DropDownList></TD>
	</TR>
	<TR>
		<TD noWrap align="left">
			<asp:DropDownList id="ddOptions3" runat="server" Width="240px">
				<asp:ListItem Value="No Options">No Options</asp:ListItem>
			</asp:DropDownList></TD>
	</TR>
</TABLE>

⌨️ 快捷键说明

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