Components ASP.Net

<%@ Page Language=VB Debug=true %>
<%@ Import Namespace="Microsoft.Web.UI.WebControls" %>
<%@ Register TagPrefix="IEControls" 
    Namespace="Microsoft.Web.UI.WebControls" 
    Assembly ="Microsoft.Web.UI.WebControls"
%>


TreeView 2 Control Sample Page




    id="MyTree2"
    AutoSelect="True"
    ExpandLevel=0
    ImageURL="3.ico"
    ExpandedImageURL="Smile.ico"
    SelectedImageURL="4.ico"
    ShowLines="False"
    Indent="40"
    runat="server">