In a C# Windows Application, I have a datagrid that is bound to a dataset, where one of columns is a password. I would like to have the password masked with '*'. Is there a way to do this? I know there are 3rd party controls. I managed to mask the text as it is being entered, but when I leave the cell masking comes undone and the passwords are visible.