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

📄 post_info.aspx

📁 IntCRM客户管理系统是为网络公司量身定制的一套crm系统:强大的客户跟踪功能、完美的解决了销售人员撞单问题、优秀的合同预领功能及合同管理功能
💻 ASPX
字号:
<%@ page language="C#" autoeventwireup="true" inherits="general_Assistant_post_info, CrmCommand" %>


<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
    <title></title>
	<style type="text/css">
.style1 {
	font-size: medium;
}
.style2 {
	font-size: x-small;
}
</style>
</head>
<body style="font-size: 12px;">
    <form id="form1" runat="server" class="style2">
<table style="width: 600px" cellspacing="0" cellpadding="0" align="center">
	<tr>
		<td class="TableData"> <span class="style1">            </span>
            <asp:Label ID="lbName" runat="server" Visible="False" class="style1" Font-Size="X-Small"></asp:Label></td>
	</tr>
	<tr>
		<td class="TableData" align="center">
            <asp:GridView ID="gvTel" Width="400px" runat="server" AutoGenerateColumns="False" Font-Size="X-Small">
                <Columns>
                    <asp:BoundField DataField="Area" HeaderText="市(县/区)" >
                        <ItemStyle HorizontalAlign="Center" />
                    </asp:BoundField>
                    <asp:BoundField DataField="PostNo" HeaderText="邮政编码" >
                        <ItemStyle HorizontalAlign="Center" />
                    </asp:BoundField>
                </Columns>
            </asp:GridView>
        </td>
	</tr>
	<tr>
		<td align="center" class="style2">
            <input id="Button1" class="BigButton" type="button" value="返  回" style="width: 50px;" onclick="history.go(-1);" /></td>
	</tr>
</table>
    </form>
</body>
</html>

⌨️ 快捷键说明

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