<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Index2.aspx.cs" Inherits="MvcApplication1.Views.Home.Index2"%> <%@ Import Namespace="MvcApplication1.Helpers" %>      Index2      
          <% using (Html.BeginForm())           { %>                <%= LabelHelper.Label("firstName", "First Name:") %>                
               <%= Html.TextBox("firstName")%>                

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

                          <% } %>