html Disable Autocomplete

<asp:TextBox ID="txtCardNumber" Runat="server" MaxLength="50" autocomplete="off"></asp:textbox>
Disables autocomplete in an ASP.NET TextBox

Updated: Thursday 28th April 2011, 21:00pm

There are 0 comments

Leave a comment of your own

Comments are currently closed.