<%@ Page Language="VB" AutoEventWireup="false" CodeBehind="Index3.aspx.vb" Inherits="MvcApplication1.Index3" %> <%@ Import Namespace="MvcApplication1" %>      Index3      
     <% Using Html.BeginForm()%>      <%=Html.Label("firstName", "First Name:")%>      
     <%= Html.TextBox("firstName")%>      

     <%=Html.Label("lastName", "Last Name:")%>      
     <%= Html.TextBox("lastName")%>      

           <% End Using%>