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

📄 options.ascx

📁 一种Portal的实现源码
💻 ASCX
字号:
<%@ 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -