jquery - asp.net disable textbox to auto fill on pageload -


in project, when page loads, see textbox filled old entries. there way stop that? want users fill themselves.

i tried use autocomplete='off' didnt work. can stop that?

here html code,

<asp:textbox id="txt_email_change" runat="server" cssclass="blue_input lower_case" width="240px" autocomplete="off"></asp:textbox> 

are use html4 or html5?

html5 support autocomplete="off"


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -