You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
1.3 KiB

<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="ShopInfo.aspx.cs" Inherits="ShopInfo" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<div align="center">
<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" BackColor="#DEBA84"
BorderColor="#DEBA84" BorderStyle="None" BorderWidth="1px" CellPadding="3" CellSpacing="2" DataSourceID="SqlDataSource1" AllowPaging="True">
<FooterStyle BackColor="#F7DFB5" ForeColor="#8C4510" />
<Columns>
<asp:BoundField DataField="ShopID" HeaderText="ShopID" InsertVisible="False" ReadOnly="True"
SortExpression="ShopID" />
<asp:BoundField DataField="CoalID" HeaderText="CoalID" SortExpression="CoalID" />
<asp:BoundField DataField="SellerID" HeaderText="SellerID" SortExpression="SellerID" />
<asp:BoundField DataField="BuyName" HeaderText="BuyName" SortExpression="BuyName" />
<asp:BoundField DataField="BuyTotal" HeaderText="BuyTotal(t)" SortExpression="BuyTotal" />
<asp:BoundField DataField="BuyMoney" HeaderText="BuyMoney($)" SortExpression="BuyMoney" />
<asp:TemplateField ShowHeader="False">