Manohar Gova

Manohar Gova

  • NA
  • 251
  • 37.2k

disable auto-fill in browser for asp.net

Nov 30 2015 6:56 AM
Hi
disable auto-fill in browser for asp.net i have tried below options
<form autocomplete="off" id="form1" runat="server">
<asp:TextBox ID="txtname" runat="server" autocomplete="off"></asp:TextBox>
txtaddress.Attributes.Add("autocomplete", "off");
 
not working in mozilla fire fox
 
any suggestions. 

Answers (4)