📄 taxis.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Taxis.aspx.cs" Inherits="Stockpile_Taxis" %>
<!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>
<table align="center">
<tr>
<td align="left" style="font-size: 12px; width: 519px; color: red; height: 16px">
查询统计→药品销售排行</td>
</tr>
</table>
<br />
<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="15" Width="556px" AllowSorting="True">
<PagerSettings FirstPageText="第一页" LastPageText="最后一页" Mode="NextPreviousFirstLast"
NextPageText="下一页" PreviousPageText="上一页" />
<FooterStyle BackColor="#EFEFEF" ForeColor="#003399" />
<Columns>
<asp:TemplateField HeaderText="排名"></asp:TemplateField>
<asp:BoundField DataField="CommodityName" HeaderText="药品名称" />
<asp:BoundField DataField="CompanyName" HeaderText="供应商" />
<asp:BoundField DataField="Unit" HeaderText="单位" />
<asp:BoundField DataField="total" 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 + -