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"
%>


Using Links with TreeNode Controls in a TreeView Control



    id="tvBasic"
    autoselect="False"
    showplus="True"
    showlines="True"
    expandlevel=2
    runat="server">
    
                    text="rntsoft.com"
            target="_blank"
            navigateurl="http://www.rntsoft.com"
        />
                    text="Yahoo"
            target="_blank"
            navigateurl="http://www.yahoo.com"
        />
                    text="Excite"
            target="_blank"
            navigateurl="http://www.excite.com"
        />