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

📄 customertype.ascx

📁 某个公司需要维持良好的客户关系
💻 ASCX
字号:
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="CustomerType.ascx.cs" Inherits="CRM.Web.Controls.CustomerType" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<table class="table" cellpadding="0" cellspacing="0">
	<tr>
		<th class="th_left">
			<%GetWebNavigate();%>
		</th>
	</tr>
	<tr>
		<th class="tr_right">
			<span class="spacing">
				<asp:button id="Categoryadd" Runat="server" Text="添加根分类"></asp:button></span></th></tr>
	<tr>
		<th class="tr_left">
			<span class="blue">提示:</span><span class="red"><asp:Label ID="Msg" Runat="server"></asp:Label></span>
		</th>
	</tr>
</table>
<table class="table" cellpadding="0" cellspacing="0" onmouseover="HighLightOver()" onmouseout="HighLightOut()">
	<tr>
		<th class="th_center" width="10%">
			ID</th>
		<th class="th_center" width="50%">
			分类名称</th>
		<th class="th_center" width="40%">
			相关操作</th>
	</tr>
	<%GetCustomerTypeList();%>
</table>

⌨️ 快捷键说明

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