📄 tel_info.aspx
字号:
<%@ 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -