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:
<asp:TextBox ID="TextBox1" autocomplete="off" runat="server" TextMode="Password">