Ok,
I would in normal asp.net use a theme to turn off autocomplete on all text boxes on an entire site. However i cannot do this on MVC because nothing in the theme
ASP.net MVC HTML Attribute: Which is having type="text" Managed by JQUERY code
@Html.TextBoxFor(model => model.FirstName, new {@id = "txtFirstName"})