<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Index.aspx.cs" Inherits="MvcApplication1.Views.Home.Index"%>      Index      
          <% using (Html.BeginForm())           { %>                                
               <%= Html.TextBox("firstName")%>                

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

                          <% } %>      1