ControlDepartmentTreeView.ascx
上传用户:cha0314
上传日期:2014-03-02
资源大小:12522k
文件大小:1k
源码类别:

C#编程

开发平台:

C#

  1. <%@ Control Language="c#" AutoEventWireup="false" Codebehind="ControlDepartmentTreeView.ascx.cs" Inherits="UDS.Inc.ControlDepartmentTreeView" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
  2. <%@ Register TagPrefix="iewc" Namespace="Microsoft.Web.UI.WebControls" Assembly="Microsoft.Web.UI.WebControls" %>
  3. <iewc:treeview id="TreeView1" style="Z-INDEX: 101; LEFT: 0px; POSITION: absolute; TOP: 0px" BorderStyle="Dotted" BorderColor="White" BackColor="White" Height="500px" Width="290px" runat="server" SelectedStyle="color:red;background:#00ff00;" DefaultStyle="background:white;color:blue;" HoverStyle="color:blue;background:#00ffCC;" SelectExpands="True" DESIGNTIMEDRAGDROP="10"></iewc:treeview>