Click here to Skip to main content
15,867,686 members
Articles / Web Development / ASP.NET
Tip/Trick

Disable IE/Firefox remember password ?

Rate me:
Please Sign up or sign in to vote.
4.85/5 (9 votes)
29 Mar 2011CPOL 46.7K   4   12
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.

Example:
XML
<asp:TextBox ID="TextBox1" autocomplete="off" runat="server" TextMode="Password">

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Technical Lead Infostretch Ahmedabad-Gujarat
India India
Aspiring for a challenging carrier wherein I can learn, grow, expand and share my existing knowledge in meaningful and coherent way.

sunaSaRa Imdadhusen


AWARDS:

  1. 2nd Best Mobile Article of January 2015
  2. 3rd Best Web Dev Article of May 2014
  3. 2nd Best Asp.Net article of MAY 2011
  4. 1st Best Asp.Net article of SEP 2010


Read More Articles...

Comments and Discussions

 
QuestionNot working in firefox 30.0 and Chrome Pin
Member 1089473119-Jun-14 2:49
Member 1089473119-Jun-14 2:49 
GeneralMy vote of 3 Pin
Jadeja RJ12-Apr-14 4:37
Jadeja RJ12-Apr-14 4:37 
GeneralRe: My vote of 3 Pin
Sunasara Imdadhusen22-Apr-14 3:55
professionalSunasara Imdadhusen22-Apr-14 3:55 
GeneralMy vote of 5 Pin
Savalia Manoj M7-Nov-12 1:12
Savalia Manoj M7-Nov-12 1:12 
Good one...
GeneralRe: My vote of 5 Pin
Sunasara Imdadhusen22-Apr-14 3:55
professionalSunasara Imdadhusen22-Apr-14 3:55 
GeneralThis solution is applicable to every html page, asp, asp.net... Pin
Remi BOURGAREL4-Apr-11 21:23
Remi BOURGAREL4-Apr-11 21:23 
GeneralRe: This solution is applicable to every html page, asp, asp.net... Pin
Sunasara Imdadhusen22-Apr-14 3:55
professionalSunasara Imdadhusen22-Apr-14 3:55 
GeneralReason for my vote of 5 Very practical solution, though the ... Pin
DrABELL30-Mar-11 5:53
DrABELL30-Mar-11 5:53 
Generalbut what about the browser inbuilt option for remembering th... Pin
Balwant.mnd28-Mar-11 1:50
Balwant.mnd28-Mar-11 1:50 
GeneralRe: but what about the browser inbuilt option for remembering th... Pin
Sunasara Imdadhusen22-Apr-14 3:56
professionalSunasara Imdadhusen22-Apr-14 3:56 
GeneralNB! Pin
10der31-Mar-11 7:02
10der31-Mar-11 7:02 
GeneralRe: NB! Pin
Sunasara Imdadhusen22-Apr-14 3:56
professionalSunasara Imdadhusen22-Apr-14 3:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.