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


Adding a PageView Control to a MultiPage Control



    id="MyMultiPage"
    runat="server"
    borderstyle=9
    borderwidth=3
    bordercolor="DarkBlue"
    width="90%"
    height="50%"
    >
            id="pv1"
        runat=server
        font-name="Arial"
        font-bold=True
        forecolor="yellow"
        backcolor="darkred"
    >
        Enter your name:

                id="txtName" 
        runat=server 
        />    
        

        Enter your password:

                id="txtPassword" 
        runat=server 
        />