I want to set the value of a text box to a ViewBag
item. Why doesn't the code below work?
@Html.TextBox("UName", @ViewBag.UName)
I want to set the value of a text box to a ViewBag
item. Why doesn't the code below work?
@Html.TextBox("UName", @ViewBag.UName)