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

📄 selectpt.aspx

📁 B2B网上商城
💻 ASPX
字号:
<%@ Page language="c#" Inherits="SelectPT" CodeFile="SelectPT.aspx.cs" %>
<%@ Register TagPrefix="uc1" TagName="page_header" Src="page_header.ascx" %>
<%@ Register TagPrefix="uc1" TagName="page_footer" Src="page_footer.ascx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
    <HEAD>
        <title>GAGE电子商务(B2B)网 -- 选择商品类型</title>
        <meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
        <meta name="CODE_LANGUAGE" Content="C#">
        <meta name="vs_defaultClientScript" content="JavaScript">
        <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
        <LINK href="style.css" type="text/css" rel="stylesheet">
    </HEAD>
    <body>
        <uc1:page_header id="Page_header1" runat="server"></uc1:page_header>
        
        <form id="Form1" method="post" runat="server">
            <table width="650">
			<tr><td colspan="5" align="center">
			<font color="#ff6600" size="2"><b>请选择商品所在类目:</b></font>
			</td>
			</tr><tr height="2">
							    <td colspan="5">
								    <hr size="2px" noshade  color="#FF9933">							    </td>
						    </tr>
                <tr>
                    <td><asp:ListBox id="ListBox1" runat="server" Width="150px" Height="120px" AutoPostBack="True" onselectedindexchanged="ListBox1_SelectedIndexChanged"></asp:ListBox></td>
                    <td><asp:ListBox id="ListBox2" runat="server" Width="140px" Height="120px" AutoPostBack="True" onselectedindexchanged="ListBox2_SelectedIndexChanged"></asp:ListBox></td>
                    <td><asp:ListBox id="ListBox3" runat="server" Width="130px" Height="120px" AutoPostBack="True" onselectedindexchanged="ListBox3_SelectedIndexChanged"></asp:ListBox></td>
                    <td><asp:ListBox id="ListBox4" runat="server" Width="120px" Height="120px" AutoPostBack="True" onselectedindexchanged="ListBox4_SelectedIndexChanged"></asp:ListBox></td>
                    <td><asp:ListBox id="ListBox5" runat="server" Width="110px" Height="120px" AutoPostBack="True" onselectedindexchanged="ListBox5_SelectedIndexChanged"></asp:ListBox></td>
                </tr>
          </table>
            <br>
            你选择的是:<%=strName%>
            <br>
            <br>
            <hr width="650" size="1">
            <br>
            <br>
            <asp:Button id="Button1" runat="server" Width="80px" Height="20px" Text="继续 >> " onclick="Button1_Click"></asp:Button>
            <br>
            <br>
        </form>
        <uc1:page_footer id="Page_footer1" runat="server"></uc1:page_footer>
    </body>
</HTML>

⌨️ 快捷键说明

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