Introduction to ASP.NET MVC

Notice that in some cases, you’re not specifying the value of the textbox. This is because the . Html.TextBox. helper method will look for a property in ViewData (or ViewData.Model) that has the same name as the name given to the textbox. If it finds one then it will grab that value and use it. ................
................