Real quick: I'm writing my first WPF form and one of the fields is a password. The ASP.NET TextBox control has a TextMode enum that you can set to "Password." After you set this property, your TextBox will display dots or starts (inherited from OS settings)
Read More...