Introduction to ASP.NET MVC

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. ................
................