I have this textBox:
<asp:TextBox ID="txtInsuredPassword" TabIndex="1" runat="server" Width="157px"
TextMode="Password" AutoCompleteType="Disabled" >
</asp:TextBox>
AutocompleteType ="Disabled" is not working on chrome and I found that I have to use autocomplete="Off", but I cannot find it in my control ... any suggestions?
As you can see here autocomplete is not available

Did you try this answer? If you're using firefox then you have to use: autocomplete="off" or from code behind: