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="~/Seller.master" AutoEventWireup="true" CodeFile="SellerShopInfo.aspx.cs" Inherits="SellerShopInfo" 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" Style="position: relative" AllowPaging="True" DataKeyNames="ShopID">
<FooterStyle BackColor="#F7DFB5" ForeColor="#8C4510" />
<RowStyle BackColor="#FFF7E7" ForeColor="#8C4510" />
<SelectedRowStyle BackColor="#738A9C" Font-Bold="True" ForeColor="White" />
<PagerStyle ForeColor="#8C4510" HorizontalAlign="Center" />
<HeaderStyle BackColor="#A55129" Font-Bold="True" ForeColor="White" />
<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" />