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

📄 see.aspx

📁 基于JSP+SQL Sever2000+Tomcat的网络服务器体系结构开发技术和对数据库技术的进一步了解以及对政府网站的调查研究
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="see.aspx.cs" Inherits="Stockpile_see" %>

<!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>
<script language=javascript>
function dd()
{
    history.back();
}
</script>
<body>
    <form id="form1" runat="server">
    <div align="center" title="fff">
        <asp:GridView ID="GridView1" runat="server" AllowPaging="True" AutoGenerateColumns="False"
            OnPageIndexChanging="GridView1_PageIndexChanging" BackColor="White" BorderColor="#999999" BorderStyle="Solid" BorderWidth="1px" CellPadding="3" ForeColor="Black" GridLines="Vertical" OnRowDataBound="GridView1_RowDataBound">
            <PagerSettings FirstPageText="第一页" LastPageText="最后一页" Mode="NextPreviousFirstLast"
                NextPageText="下一页" PreviousPageText="上一页" />
            <Columns>
                <asp:TemplateField HeaderText="第()次结款"></asp:TemplateField>
                <asp:BoundField DataField="Settlement" HeaderText="结款金额" />
                <asp:BoundField DataField="ManageMan" HeaderText="经手人" />
                <asp:BoundField DataField="datetime" HeaderText="结款日期" />
                <asp:BoundField DataField="Addtime" HeaderText="录入时间" />
            </Columns>
            <RowStyle Font-Size="12px" />
            <PagerStyle Font-Size="12px" HorizontalAlign="Right" BackColor="#999999" ForeColor="Black" />
            <HeaderStyle Font-Size="12px" BackColor="Black" Font-Bold="True" ForeColor="White" />
            <FooterStyle BackColor="#CCCCCC" />
            <SelectedRowStyle BackColor="#000099" Font-Bold="True" ForeColor="White" />
            <AlternatingRowStyle BackColor="#CCCCCC" />
        </asp:GridView>
        &nbsp;<br />
        <input id="Button3" type="button" value=" 返回 " onclick=dd() />
        <asp:Button ID="Button2" runat="server" Text=" 关闭 " /></div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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