tel_info.aspx

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

ASPX
45
字号
<%@ page language="C#" autoeventwireup="true" inherits="general_Assistant_tel_info, CrmCommand" %>

<html xmlns="http://www.w3.org/1999/xhtml" >
<head id="Head1" runat="server">
    <title></title>
	<style type="text/css">
.style1 {
	font-size: x-small;
}
.style2 {
	text-align: center;
	font-size: x-small;
}
</style>
</head>
<body style="font-size:12px;">
    <form id="form1" runat="server">
    <div  align="center">
         <asp:Label ID="lbName" runat="server" Text="" Visible="false" class="style1"></asp:Label>
    </div>
    <span class="style1">
    <br />
    </span>
    <div style="width:100%; text-align:center;">
        <asp:GridView ID="gvTel" Width="400px" runat="server" AutoGenerateColumns="False" class="style1">
            <Columns>
                <asp:BoundField DataField="Area" HeaderText="市(县/区)" >
                    <ItemStyle HorizontalAlign="Center" />
                </asp:BoundField>
                <asp:BoundField DataField="TelNo" HeaderText="电话区号" >
                    <ItemStyle HorizontalAlign="Center" />
                </asp:BoundField>
            </Columns>
        </asp:GridView>
    </div>
    <span class="style1">
    <br />
    </span>
    <div style="width:100%;" class="style2">
        <input id="Button1" class="BigButton" type="button" value="返回" style="width:48px;" onclick="history.go(-1);" />
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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