returnmoneylistpage.aspx
来自「为了便于企业对客户按照地区进行统计查询分析」· ASPX 代码 · 共 26 行
ASPX
26 行
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ReturnMoneyListPage.aspx.cs" Inherits="ReturnMoneyListPage" %>
<!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>
<asp:GridView ID="GridView1" runat="server">
</asp:GridView>
</div>
<asp:ObjectDataSource ID="ObjectDataSource1" runat="server"></asp:ObjectDataSource>
<br />
<br />
<b><span style="font-size: 10pt; font-family: 宋体; mso-ascii-font-family: 'Times New Roman';
mso-hansi-font-family: 'Times New Roman'">回款列表页面</span><span lang="EN-US"><?xml namespace=""
ns="urn:schemas-microsoft-com:office:office" prefix="o" ?><o:p></o:p></span></b>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?