📄 baodao.aspx
字号:
<%@ Page Language="VB" MasterPageFile="~/MasterPage.master" AutoEventWireup="false" CodeFile="baodao.aspx.vb" Inherits="baodao" title="Untitled Page" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<asp:UpdateProgress ID="UpdateProgress1" runat="server" AssociatedUpdatePanelID="UpdatePanel1">
<ProgressTemplate>
<span style="color: #ff0033">无此纳税人信息</span>
</ProgressTemplate>
</asp:UpdateProgress>
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
</asp:UpdatePanel>
<table border="1" style="width: 660px; height: 500px">
<tr>
<td colspan="2" style="width: 160px; height: 22px; text-align: left">
<asp:Label ID="Label1" runat="server" Text="纳税人编号" Width="150px"></asp:Label></td>
<td colspan="3" style="width: 500px">
<asp:Label ID="Label3" runat="server" Text="用户信息"></asp:Label></td>
</tr>
<tr>
<td style="width: 100px">
<asp:TextBox ID="TextBox2" runat="server"></asp:TextBox></td>
<td style="width: 51px">
<asp:Button ID="Button1" runat="server" Height="24px" OnClick="Button1_Click"
Text="查询" Width="60px" /></td>
<td style="width: 100px; text-align: center">
<asp:Label ID="Label4" runat="server" Text="纳税人名称" Width="90px"></asp:Label></td>
<td colspan="2" style="width: 350px; text-align: left">
<asp:TextBox ID="TextBox3" runat="server" ReadOnly="True" Width="300px"></asp:TextBox></td>
</tr>
<tr>
<td colspan="2" style="width: 160px; text-align: left">
<asp:Label ID="Label2" runat="server" Text="纳税人名称" Width="150px"></asp:Label></td>
<td style="width: 100px; text-align: center">
<asp:Label ID="Label5" runat="server" Text="纳税人编号" Width="90px"></asp:Label></td>
<td colspan="2" style="width: 350px; text-align: left">
<asp:TextBox ID="TextBox4" runat="server" ReadOnly="True" Width="300px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 100px">
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox></td>
<td style="width: 60px; height: 28px">
<asp:Button ID="Button2" runat="server" Height="24px" Text="返回" Width="60px" /></td>
<td style="width: 150px; height: 28px; text-align: center">
<asp:Label ID="Label6" runat="server" Text="纳税卡编号" Width="90px"></asp:Label></td>
<td colspan="2" style="width: 350px; height: 28px; text-align: left">
<asp:TextBox ID="TextBox5" runat="server" ReadOnly="True" Width="300px"></asp:TextBox></td>
</tr>
<tr>
<td colspan="2" rowspan="4" style="width: 100%" valign="top">
<asp:Panel ID="Panel1" runat="server" Height="280px" Width="100%">
<asp:GridView ID="GridView1" runat="server" BackColor="LightGoldenrodYellow" BorderColor="Tan"
BorderWidth="1px" Caption="纳税人信息" CaptionAlign="Top" CellPadding="2" EmptyDataText="请输入要查询的信息进行查询"
ForeColor="Black" GridLines="None" Width="100%">
<FooterStyle BackColor="Tan" />
<SelectedRowStyle BackColor="DarkSlateBlue" ForeColor="GhostWhite" />
<PagerStyle BackColor="PaleGoldenrod" ForeColor="DarkSlateBlue" HorizontalAlign="Center" />
<HeaderStyle BackColor="Tan" Font-Bold="True" />
<AlternatingRowStyle BackColor="PaleGoldenrod" />
</asp:GridView>
</asp:Panel>
</td>
<td colspan="3" rowspan="1" style="width: 100%; height: 10px">
<asp:Label ID="Label10" runat="server" ForeColor="Red" Height="10px" Text="选择查看类型"></asp:Label></td>
</tr>
<tr>
<td colspan="3" rowspan="1" style="width: 100%; height: 10px">
<asp:RadioButtonList ID="rdoCar" runat="server" AutoPostBack="True" Height="10px"
RepeatDirection="Horizontal">
<asp:ListItem Selected="True" Value="0">日交易统计数据</asp:ListItem>
<asp:ListItem Value="1">日交易分税目统计信息</asp:ListItem>
</asp:RadioButtonList></td>
</tr>
<tr>
<td colspan="3" rowspan="1" style="width: 100%; height: 400px">
<asp:MultiView ID="MultiView2" runat="server" ActiveViewIndex="0">
<asp:View ID="rjy" runat="server">
<asp:GridView ID="GridView2" runat="server" BackColor="#DEBA84" BorderColor="#DEBA84"
BorderStyle="None" BorderWidth="1px" Caption="日交易统计数据" CaptionAlign="Top"
CellPadding="3" CellSpacing="2" EmptyDataText="无任何数据!" Height="20px" HorizontalAlign="Justify"
Style="width: 500px; position: static" Width="500px">
<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" />
<AlternatingRowStyle Wrap="False" />
</asp:GridView>
<asp:Label ID="Label8" runat="server"></asp:Label>
</asp:View>
<asp:View ID="shuimu" runat="server">
<asp:GridView ID="GridView3" runat="server" BackColor="#DEBA84" BorderColor="#DEBA84"
BorderStyle="None" BorderWidth="1px" Caption="日交易分税目统计信息" CellPadding="3"
CellSpacing="2" EmptyDataText="无任何数据!" Width="500px">
<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" />
</asp:GridView>
<asp:Label ID="Label9" runat="server"></asp:Label>
</asp:View>
</asp:MultiView>
</td>
</tr>
<tr>
</tr>
</table>
<asp:SqlDataSource ID="sql2" runat="server"></asp:SqlDataSource>
<asp:SqlDataSource ID="sql3" runat="server"></asp:SqlDataSource>
<asp:SqlDataSource ID="sql1" runat="server"></asp:SqlDataSource>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -