Webshell Akmal archtte id
System:
Microsoft Windows NT 10.0.20348.0
Server:
Microsoft-IIS/10.0
User:
buyyou
Directory:
C:
\
MyData
\
WWW
\
asc365
\
Name
Size
Type
Actions
ASC365_CANADA
-
Directory
Rename
Delete
ASC365_Store01
-
Directory
Rename
Delete
aspnet_client
-
Directory
Rename
Delete
CompanyImage
-
Directory
Rename
Delete
TJGS_USA
-
Directory
Rename
Delete
zhijian
-
Directory
Rename
Delete
Memo.inc
0 bytes
.inc
Edit
Rename
Delete
web.config
213 bytes
.config
Edit
Rename
Delete
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="xiaoliang.aspx.cs" Inherits="App.prog.xiaoliang" %> <!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> <style type="text/css"> .style1 { height: 37px; font-size: x-large; } .style2 { height: 22px; } .style3 { height: 22px; width: 30px; } .style4 { width: 30px; } .style5 { height: 22px; width: 237px; } .style6 {} .style7 { height: 22px; width: 231px; } </style> </head> <body style="background-color:#CCCCCC"> <form id="form1" runat="server"> <div style="margin:0 auto"> <table style="width:100%;"> <tr> <td class="style1" colspan="5" style="text-align: center"> <strong>产品销量查询</strong></td> </tr> <tr> <td class="style3"> </td> <td class="style5"> 产品编码:<asp:TextBox ID="TextBox1" runat="server" Width="88px"></asp:TextBox> </td> <td class="style7"> 分公司:<asp:DropDownList ID="DropDownList1" runat="server"> <asp:ListItem Value="dld">多伦多公司</asp:ListItem> <asp:ListItem Value="lsj">洛杉矶公司</asp:ListItem> <asp:ListItem Value="jjs">旧金山公司</asp:ListItem> <asp:ListItem Value="tpp">坦帕公司</asp:ListItem> <asp:ListItem Value="">所有分公司</asp:ListItem> </asp:DropDownList> </td> <td class="style7"> 销量统计:<asp:DropDownList ID="DropDownList2" runat="server"> <asp:ListItem Value="1">三个月销量</asp:ListItem> <asp:ListItem Value="2">六个月销量</asp:ListItem> <asp:ListItem Value="3">九个月销量</asp:ListItem> <asp:ListItem Value="4">十二个月销量</asp:ListItem> </asp:DropDownList> </td> <td class="style2"> <asp:Button ID="Button1" runat="server" onclick="Button1_Click" Text="查询" Width="67px" /> </td> </tr> <tr> <td class="style4"> </td> <td class="style6" colspan="4"> <asp:GridView ID="GridView1" runat="server" CellPadding="4" EnableModelValidation="True" BackColor="White" BorderColor="#3366CC" BorderStyle="None" BorderWidth="1px"> <FooterStyle BackColor="#99CCCC" ForeColor="#003399" /> <HeaderStyle BackColor="#003399" Font-Bold="True" ForeColor="#CCCCFF" /> <PagerStyle BackColor="#99CCCC" ForeColor="#003399" HorizontalAlign="Left" /> <RowStyle BackColor="White" ForeColor="#003399" /> <SelectedRowStyle BackColor="#009999" Font-Bold="True" ForeColor="#CCFF99" /> </asp:GridView> </td> </tr> </table> </div> </form> </body> </html>