⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dctext.aspx

📁 互联网程序设计的课程
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="dctext.aspx.cs" Inherits="backup_dctext" EnableEventValidation="false" 
%>
<!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>  
    <link href="../css/sub.css" rel="stylesheet" type="text/css"/>
</head>
<body >
    <form id="form1" runat="server">
    <div id="content" >
    <div><h3><span> 清单</span></h3></div>
        <div>
        <table style="width: 700px">
            <tr>
                <td style="height: 17px; text-align: right;" colspan="5">
                    查询信息显示如下:</td>
            </tr>
        </table>
        <asp:GridView ID="gvtest" runat="server" AutoGenerateColumns="False" Height="0px"
            Width="700px" AllowPaging="True" PageSize="5" DataKeyNames="ZhouQH" OnPageIndexChanging="gvtest_PageIndexChanging" OnSorting="GridView1_Sorting" AllowSorting="True">
            <Columns>
                <asp:BoundField DataField="ZhouQH" Visible="False" />
                <asp:BoundField DataField="ZhouQLX" HeaderText="周期类型" SortExpression="ZhouQLX" />
                <asp:BoundField DataField="ZhouQ" HeaderText="天数" SortExpression="ZhouQ" />
                <asp:BoundField DataField="SheZSJ" HeaderText="设置时间" />
                <asp:BoundField DataField="SheZYY" HeaderText="设置原因" ReadOnly="True" />
			</Columns>
        </asp:GridView> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
            <asp:Panel
                ID="PanelMater" runat="server" Height="50px" Width="700px">
                &nbsp;<table style="width: 700px">
                    <tr>
                        <td colspan="3" style="height: 26px; text-align: center">
        <asp:Button ID="btnSubmit" runat="server" Text="导出清单" OnClick="btnSubmit_Click" />
                            &nbsp; &nbsp;&nbsp;
                            <asp:Button ID="btnPrint" runat="server" Text="打印清单" OnClick="btnPrint_Click" />
                            &nbsp;&nbsp;&nbsp;
                        </td>
                    </tr>
        </table>
            </asp:Panel><asp:GridView ID="dcgv" runat="server" AutoGenerateColumns="False" Height="0px"
            Width="700px" PageSize="5" DataKeyNames="ZhouQH">
                <Columns>
                    <asp:BoundField DataField="ZhouQH" Visible="False" />
                    <asp:BoundField DataField="ZhouQLX" HeaderText="周期类型" />
                    <asp:BoundField DataField="ZhouQ" HeaderText="天数" />
                    <asp:BoundField DataField="SheZSJ" HeaderText="设置时间" />
                    <asp:BoundField DataField="SheZYY" HeaderText="设置原因" />
                </Columns>
            </asp:GridView>
            &nbsp; &nbsp;
            &nbsp;
            &nbsp;&nbsp;
        </div>
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -