Tuesday, August 9, 2011
Monday, April 4, 2011
tips-tricks
Disable IE/Firefox remember password ?
Sometimes, we need to disable remember password option in Firefox/Internet Explorer. At that time, just set autocomplete="off" for password textbox.
If you set autocomplete="off", remember password option will not display.
Sometimes, we need to disable remember password option in Firefox/Internet Explorer. At that time, just set autocomplete="off" for password textbox.
If you set autocomplete="off", remember password option will not display.
<asp:TextBox ID="TextBox1" autocomplete="off" runat="server" TextMode="Password">
Subscribe to:
Posts (Atom)