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 TabSeparator Controls with a TabStrip Control



    id="MyTabStrip"
    runat="server"
    forecolor="DarkBlue"
    backcolor="DarkBlue"
    >
            id="Tab1"
        runat="server"
        text=" The first button "
        tooltip="Click Me!!!"
    />
    
            id="Tab2"
        runat="server"
        Text=" The second button " 
    />
    
            id="Tab3"
        runat="server"
        Text=" The third button " 
    />




    id="lblMessage"
    runat=server
/>