I have :\[code\]@Html.EditorFor(model => model.name)\[/code\]This display my user name but I want to override this name. So I tried this : \[code\]@Html.EditorFor(model => model.Password, new { value = "http://stackoverflow.com/questions/12742524/othertext"} )\[/code\]But this doesn't work, I always have my user name.Thanks for your help !