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

Sub Page_Load(ByVal Sender as Object, ByVal E as EventArgs)
End Sub
Sub SubmitBtn_Click(Sender As Object, E As EventArgs)
End Sub



Setting Styles in a TreeView Control



    id="tvBasic"
    defaultstyle="color:darkblue;background-color:pink;
        font-family:Arial"
    selectedstyle="color:red;background-color:purple;
        font-family:Arial"
    hoverstyle="color:green;background-color:yellow;font-family:
        Comic Sans MS"
    runat="server">