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

📄 stockpile_search.aspx

📁 基于JSP+SQL Sever2000+Tomcat的网络服务器体系结构开发技术和对数据库技术的进一步了解以及对政府网站的调查研究
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Stockpile_search.aspx.cs" Inherits="Stockpile_Stockpile_search" %>

<!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 align="center">
        <table>
            <tr>
                <td align="left" style="font-size: 12px; width: 519px; color: red; height: 16px">
                    查询统计→商品库存查询</td>
            </tr>
        </table>
        <br />
        <table style="font-size: 12px; height: 51px; text-align: center; width: 553px;">
            <tr>
                <td align="center" style="width: 236px">
                    <asp:CheckBox ID="CheckBox1" runat="server" Text="商品名称" /></td>
                <td align="center" style="width: 165px">
                    <asp:TextBox ID="TN" runat="server" Width="90px"></asp:TextBox></td>
                <td align="center" style="width: 313px">
                    &nbsp;<asp:CheckBox ID="CheckBox2" runat="server" Text="供应商" /></td>
                <td align="center" style="width: 189px">
                    <asp:TextBox ID="PN" runat="server" Width="90px"></asp:TextBox></td>
                <td align="left" style="width: 56px">
                    <asp:Button ID="Button1" runat="server" Height="25px" OnClick="Button1_Click" Text="查询"
                        Width="54px" />
                    </td>
                <td align="left" style="width: 56px">
                    <asp:Button ID="Button2" runat="server" OnClick="Button2_Click" Text="返回" Width="53px" /></td>
            </tr>

        </table>
        <asp:GridView ID="GridView1" runat="server" AllowPaging="True" AutoGenerateColumns="False"
            BackColor="White" BorderColor="#3366CC" BorderStyle="Solid" BorderWidth="1px"
            CellPadding="4" Font-Size="12px" HorizontalAlign="Center" OnPageIndexChanging="GridView1_PageIndexChanging"
            OnRowDataBound="GridView1_RowDataBound" PageSize="20"
            Width="556px">
            <PagerSettings FirstPageText="第一页" LastPageText="最后一页" Mode="NextPreviousFirstLast"
                NextPageText="下一页" PreviousPageText="上一页" />
            <FooterStyle BackColor="#EFEFEF" ForeColor="#003399" />
            <Columns>
                <asp:BoundField DataField="CommodityName" HeaderText="商品名称" />
                <asp:BoundField DataField="CompanyName" HeaderText="供应商" />
                <asp:BoundField DataField="Unit" HeaderText="单位" />
                <asp:BoundField DataField="id" HeaderText="进货数量" />
                <asp:BoundField DataField="id" HeaderText="销售数量" />
                <asp:BoundField DataField="id" HeaderText="库存" />
            </Columns>
            <RowStyle ForeColor="#003399" HorizontalAlign="Center" />
            <SelectedRowStyle BackColor="#009999" Font-Bold="True" ForeColor="#CCFF99" />
            <PagerStyle BackColor="#EFEFEF" ForeColor="#003399" HorizontalAlign="Right" />
            <HeaderStyle BackColor="#003399" BorderStyle="None" Font-Bold="True" ForeColor="White" />
            <AlternatingRowStyle BackColor="#EFEFFF" />
        </asp:GridView>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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