?? options.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 + -