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


Working with TreeNode Controls in a TreeView Control



    id="tvBasic"
    autoselect="True"
    runat="server">
    
                    text="A"
            checkbox="True"/>
                    text="B"
            checkbox="True"/>
                    Checked 
            text="C"
            checkbox="True"/>
                    text="D"
            checkbox="True"/>