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

📄 examine.aspx

📁 一个较小的采购系统,一些比较实际的代码,可以用来参考
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="examine.aspx.cs" Inherits="examine" %>

<!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 style="left:85px;top:10px;  position:absolute; width: 689px; height: 286px;" id="admin">
        <table cellpadding="0" cellspacing="0">
            <tr>
                <td style="color:#507cd1;" align="right">
                    物品总数:
                    <asp:Label ID="lblcount" runat="server"></asp:Label>
                </td>
            </tr>
            <tr>
                <td>
                    &nbsp;<asp:GridView ID="gdvwdata" runat="server" AutoGenerateColumns="False" CellPadding="4" DataKeyNames="cook_id"
                        ForeColor="#333333" GridLines="None" OnRowDeleted="gdvwdata_RowDeleted" Width="845px">
                        <FooterStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
                        <Columns>
                            <asp:BoundField DataField="cook_id" />
                            <asp:BoundField DataField="cook_leibie" HeaderText="类别">
                                <ControlStyle Font-Size="Small" />
                                <ItemStyle Font-Size="Small" />
                                <HeaderStyle Font-Names="楷体_GB2312" Font-Size="Large" />
                                <FooterStyle Font-Size="X-Small" />
                            </asp:BoundField>
                            <asp:BoundField DataField="cook_pinmin" HeaderText="品名">
                                <ItemStyle Font-Size="Small" />
                                <HeaderStyle Font-Names="楷体_GB2312" Font-Size="Large" />
                            </asp:BoundField>
                            <asp:BoundField DataField="cook_guige" HeaderText="规格">
                                <ItemStyle Font-Size="Small" />
                                <HeaderStyle Font-Names="楷体_GB2312" Font-Size="Large" />
                            </asp:BoundField>
                            <asp:BoundField DataField="cook_count" HeaderText="数量">
                                <ItemStyle Font-Size="Small" />
                                <HeaderStyle Font-Names="楷体_GB2312" Font-Size="Large" />
                            </asp:BoundField>
                            <asp:BoundField DataField="cook_date" HeaderText="到货日期">
                                <ItemStyle Font-Size="Small" />
                                <HeaderStyle Font-Names="楷体_GB2312" Font-Size="Large" />
                            </asp:BoundField>
                            <asp:BoundField DataField="cook_address" HeaderText="送货地点">
                                <ItemStyle Font-Size="Small" />
                                <HeaderStyle Font-Names="楷体_GB2312" Font-Size="Large" />
                            </asp:BoundField>
                            <asp:BoundField DataField="cook_beizhu" HeaderText="备注">
                                <ItemStyle Font-Names="宋体" Font-Size="Small" />
                                <HeaderStyle Font-Names="楷体_GB2312" Font-Size="Large" />
                            </asp:BoundField>
                        </Columns>
                        <SelectedRowStyle BackColor="#D1DDF1" ForeColor="#333333" Font-Bold="True" />
                        <PagerStyle BackColor="#2461BF" ForeColor="White" HorizontalAlign="Center" />
                        <HeaderStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
                        <AlternatingRowStyle BackColor="White" />
                        <RowStyle BackColor="#EFF3FB" />
                        <EditRowStyle BackColor="#2461BF" />
                    </asp:GridView>
                </td>
            </tr>        
        </table>
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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