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

📄 _queryprice.aspx

📁 简单的Web平台。能够读取Excel文件
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="_QueryPrice.aspx.cs" Inherits="QueryPrice" %>

<!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>
        <strong>价格查询</strong>                  
        <hr />
        
    </div>
        <table>
            <tr>
                <td style="width: 100px">
                    过滤条件</td>
                <td style="width: 100px">
                </td>
                <td style="width: 100px">
                </td>
                <td style="width: 154px">
                </td>
                <td style="width: 73px">
                </td>
                <td style="width: 175px">
                </td>
            </tr>
            <tr>
                <td style="width: 100px; height: 22px">
                </td>
                <td style="width: 100px; height: 22px">
                    查询对象</td>
                <td style="width: 100px; height: 22px">
                    <asp:DropDownList ID="DropDownList1" runat="server">
                    </asp:DropDownList></td>
                <td style="width: 154px; height: 22px">
                    <asp:TextBox ID="TextBox1" runat="server" Width="128px"></asp:TextBox></td>
                <td style="width: 73px; height: 22px">
                    <asp:Button ID="Button1" runat="server" Text="查询" /></td>
                <td style="width: 175px; height: 22px">
                    <asp:CheckBox ID="CheckBox1" runat="server" Text="模糊匹配" /></td>
            </tr>
        </table>
        <p>
            <asp:GridView ID="gvPriceInfo" runat="server" CellPadding="4" ForeColor="#333333" GridLines="None"
                Height="250px" Width="722px" AutoGenerateColumns="False">
                <FooterStyle BackColor="#5D7B9D" Font-Bold="True" ForeColor="White" />
                <RowStyle BackColor="#F7F6F3" ForeColor="#333333" />
                <EditRowStyle BackColor="#999999" />
                <SelectedRowStyle BackColor="#E2DED6" Font-Bold="True" ForeColor="#333333" />
                <PagerStyle BackColor="#284775" ForeColor="White" HorizontalAlign="Center" />
                <HeaderStyle BackColor="#5D7B9D" Font-Bold="True" ForeColor="White" />
                <AlternatingRowStyle BackColor="White" ForeColor="#284775" />
                <Columns>
                    <asp:HyperLinkField HeaderText="详细价格" Text="查看" NavigateUrl="QueryPrice_View.aspx?versin=<%#价格版本号#%>" />
                    <asp:BoundField DataField="价格版本号" HeaderText="价格版本号" />
                    <asp:BoundField DataField="状态" HeaderText="状态" />
                    <asp:BoundField DataField="波动下限" HeaderText="波动下限" />
                    <asp:BoundField DataField="波动上限" HeaderText="波动上限" />
                    <asp:BoundField DataField="有效期限" HeaderText="有效期限" />
                    <asp:BoundField DataField="价格层次" HeaderText="价格层次" />
                </Columns>
            </asp:GridView>
        </p>
        
    </form>
</body>
</html>

⌨️ 快捷键说明

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