910, 2013

MVC Razor : Different way of getting @Html.TextBox value from view to controller

By |Tags: , , , , , |0 Comments

In this article we are going to discuss about the different way of getting the value from the textbox using MVC razor. Index.cshtml Here we had included the Html.TextBox in the Index.cshtml. <div> @using (Html.BeginForm("Index", "Index",

Go to Top