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

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

                <% End Using %>