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 1 Control Sample Page




    id="MyTree1"
    AutoSelect="False"
    ShowPlus="True"
    ExpandLevel=2
    runat="server">