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
Use following jQuery Code
$(document).ready(function() { $("form,input").attr("autocomplete","off"); });