User-330142929 posted
Hi Paminchever,
Based on you codes, I tried to test it in various browsers and found it work well.
Generally, Asp.net TextBox will render <input type=text /> on the client-sider. And the property “AutocompleteType=disabled” will generate the “autocomplete=off” which could disable autocomplete for form fields and delete history
of a textbox.
In some cases, the browser will continue suggesting autocompletion values even if the autocomplete attribute is set to off. So we could assign an invalid value to property, such as: autocomplete="nope”. But it failed when I tried to reproduce your
problem when the autocomplete attribute was set to off. Could you provide more details about your browser (like its version and type), so that we can solve your issue more effectively.
For more information, please refer to this document.
https://developer.mozilla.org/en-US/docs/Web/Security/Securing_your_site/Turning_off_form_autocompletion
https://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.textbox.autocompletetype%28v=vs.110%29.aspx
Any feedback would be appreciated.
Best Regards,
Abraham