I wanted to set a data into the html textbox. I've tried this code:
@Html.TextBox("LastName", @value = @ViewBag.FBUserLastName, new { @style = "width: 300px;", @id = "LastName" })
Unfortunately, it showed an error. I've based that code from this Value not set via ViewData dictionary