Question: Is there any reason Autocomplete=off on a ASP:Textbox would not be working in IE 7?
In case this is the best term for it, the IE Autocomplete feature is th
in Page Load
txtusername.AutoCompleteType = AutoCompleteType.Disabled;