FlyTreeView for ASP.NET 1.1

FlyTreeView is a native ASP.NET treeview control that supports load-on-demand, native
.net data binding, drag-and-drop and more.
Key Features
- True ASP.NET control, fully supports Visual Studio .net designers.
- Enables dynamic load on demand.
- Complete ASP.NET viewstate support (treeview and nodes state, scrollbars
positions, nodes themselves, etc.).
- Supports NodeTypes - usefull sets of properties for nodes.
Includes built-in NodeTypes, that can be easily modified, using Visual Studio designers.
- Has highly customizable styles and behaviors, including several postback
options, iconsets, node images and node styles.
- Provides fast client rendering using client side XSLT engine.
- Supports multiple node source types, including inline, bound to any ADO.NET
source, or external XML sources like XML files, or dynamically generated
by FlyNodeSet control.
- Supports native .net Data Binding to any ADO.NET source that you're
used to working with.
- Includes FlyNodeSet control to provide dynamic query dependent nodes rendering
(ex. file system).
- Provides native .net event model to handle all client events at postback time.
- Provides multiple postback reasons (select, deselect, expand, collapse, check,
unckeck).
- CheckBox feature.
- Comprehensive Client Object Model enables ultimate control over treeview
and its nodes during client runtime.
- Context Menu contol allows to create context menu event handlers using custom
server and client scripts.
- Drag-and-drop support.
- Keyboard navigation support.
Technology
Server-side code is 100% CLS compliant assembly written in C# and built on .net
Framework v1.1.
Client side code such as HTML component files and XSL templates provide fast rendering
and deep customizability and extensibility of the control.
Server side code works under ASP.NET v1.1.
Client scripts require Internet Explorer 6 or Internet Explorer 5.5 (when SupportIE55
option enabled).
Live Demo
Please visit TreeView
for ASP.NET Demo.