this isn't directly related to c# however is there a way to stop the browser from remembering a users password. I want to do this from a coding point of view not just on my own computer. The application is going to be used in the field and we don't want users to even have the option of saving the password.

stop remember password
Chrichton
<form autocomplete="off">
and dont name the password field password