<%@ Page Language="VB" AutoEventWireup="false" CodeBehind="Index.aspx.vb" Inherits="MvcApplication1.Index"%>      Index      
     <% Using Html.BeginForm()                      
          <%= Html.TextBox("firstName")%>           

                     
          <%= Html.TextBox("lastName")%>           

                <% End Using %>