Click here to Skip to main content
15,879,326 members
Articles / Web Development / ASP.NET

Creating a highly manageable TreeView control using Microsoft Web TreeView control

Rate me:
Please Sign up or sign in to vote.
4.46/5 (15 votes)
20 Sep 2005CPOL4 min read 144K   3.7K   62  
An atricle on how to implement a manageable treeview architecture.
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="Section.ascx.cs" Inherits="TreeView.Design.Controls.Section" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
Section Related Info goes here

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer Telerik Corporation
Bangladesh Bangladesh
Passionate about cutting edge technologies and a .net enthusiast. I have played roles in variety of products starting from University automation to web 2.0 start-page (www.pageflakes.com).

Currently, working at Telerik Inc (www.telerik.com), the premium rad control provider for asp.net and winforms. I am a active contributor and member at www.dotnetslackers.com. In addition, i do a frequent post on my blog about LINQ, C#, Asp.net and about my projects.

I am Microsoft MVP. I love to travel and meet cool people.

Comments and Discussions