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

📄 list.aspx

📁 一个网上书店的源码
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="List.aspx.cs" Inherits="List" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>无标题页</title>
</head>
<body>
    <form id="form1" runat="server">
    <div>
        &nbsp;&nbsp;
        <asp:CheckBoxList ID="cblCheck" runat="server" RepeatDirection="Horizontal"
            Style="z-index: 100; left: 153px; position: absolute; top: 217px" Font-Bold="True" Font-Italic="False">
            <asp:ListItem>ASP.NET</asp:ListItem>
            <asp:ListItem>JAVA</asp:ListItem>
            <asp:ListItem>PHP</asp:ListItem>
        </asp:CheckBoxList>
        <asp:DropDownList ID="ddlCheck" runat="server" Style="z-index: 101; left: 152px;
            position: absolute; top: 289px" Font-Bold="True" Font-Italic="False">
            <asp:ListItem>PHP</asp:ListItem>
            <asp:ListItem>JAVA</asp:ListItem>
            <asp:ListItem>ASP.NET</asp:ListItem>
        </asp:DropDownList>
        <asp:RadioButtonList ID="rblCheck" runat="server" RepeatDirection="Horizontal"
            Style="z-index: 102; left: 152px; position: absolute; top: 253px" Font-Bold="True" Font-Italic="False" Font-Overline="False">
            <asp:ListItem>旧书</asp:ListItem>
            <asp:ListItem>新书</asp:ListItem>
        </asp:RadioButtonList>
        <asp:ListBox ID="lbCheck" runat="server" SelectionMode="Multiple" Style="z-index: 103;
            left: 151px; position: absolute; top: 325px" Font-Bold="True" Font-Italic="False" Rows="3">
            <asp:ListItem>ASP.NET</asp:ListItem>
            <asp:ListItem>PHP</asp:ListItem>
            <asp:ListItem>JAVA</asp:ListItem>
        </asp:ListBox>
        <asp:Label ID="Label1" runat="server" Style="z-index: 104; left: 53px; position: absolute;
            top: 291px" Text="DropdownList"></asp:Label>
        <asp:Label ID="Label3" runat="server" Style="z-index: 105; left: 53px; position: absolute;
            top: 257px" Text="RadioButtonList"></asp:Label>
        <asp:Label ID="Label2" runat="server" Style="z-index: 106; left: 53px; position: absolute;
            top: 326px" Text="ListBox" Width="85px"></asp:Label>
        <asp:Label ID="Label4" runat="server" Style="z-index: 107; left: 54px; position: absolute;
            top: 223px" Text="CheckBoxList" Width="85px"></asp:Label>
        <asp:Button ID="Button1" runat="server" Style="z-index: 108; left: 57px; position: absolute;
            top: 427px" Text="提交选择" OnClick="Button1_Click" />
        <asp:Label ID="lblShow" runat="server" Style="z-index: 109; left: 160px; position: absolute;
            top: 428px" Height="14px" Width="259px"></asp:Label>
        &nbsp;
        </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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