Groups | Blog | Home
all groups > asp.net > march 2006 >

asp.net : How disable textbox autocomplete?


Peter Rilling
3/8/2006 9:17:30 PM
You should read the documentation for AutoCompleteType property and see what
"None" actually means.

How about using "AutoCompleteType.Disabled".

[quoted text, click to view]

VB Programmer
3/8/2006 11:12:57 PM
I have a credit card number textbox. How do I disable autocomplete for this?
This doesn't seem to work...

<asp:TextBox ID="txtPaymentCCNum" runat="server" Width="138px"
AutoCompleteType=none></asp:TextBox>



Thanks!

AddThis Social Bookmark Button