As you probably know, Internet Explorer (and most other browsers) has an option to remember passwords.

I want to make a login page that doesn't let the browser remember the passwords. Never, regardless the browser options. Any ideas how this can be done safely? I guess I can't use the textbox webcontrol with TextMode set to password anymore?