disable browser autocomplete for ajax:AutoCompleteExtender

Posted by Kyle on Stack Overflow See other posts from Stack Overflow or by Kyle
Published on 2010-05-10T16:02:05Z Indexed on 2010/05/10 16:04 UTC
Read the original article Hit count: 327

I'm using the .net ajaxtoolkit control AutoCompleteExtender. It works great but my firefox autocomplete overrides the values that the extender is returning (the firefox one lays on top of the control's).

is there a way to disable the browser's version of autocomplete so that the .net one takes precendence?

© Stack Overflow or respective owner

Related posts about autocompleteextender

Related posts about .NET