RE: autocomplete
RE: autocomplete
I am using the autocomplete plug in and also trying to disable the chrome (ie browsers ) autocomplete feature.
I have a textbox and a button:
<asp:TextBox ID="txtSearch" runat="server" CssClass="autocompleteSearch" AutoCompleteType="Disabled" autocomplete="off" />
THanks,
SA