“Autocomplete off” not working in IE - ASP.Net

前端 未结 4 1413
野趣味
野趣味 2020-12-16 06:52

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

4条回答
  •  天命终不由人
    2020-12-16 07:24

    Trying to clear out my unanswered questions that I've answered in the original post.

    test.AutoCompleteType = AutoCompleteType.None;
    

提交回复
热议问题