post_info.aspx

来自「IntCRM客户管理系统是为网络公司量身定制的一套crm系统:强大的客户跟踪功能」· ASPX 代码 · 共 45 行

ASPX
45
字号
<%@ 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 + =
减小字号Ctrl + -
显示快捷键?