how to generate '*' in a textbox field that takes a password?

N

NA_AB

I have a form in c# that takes a password string from the user. How do I make
the password non readable to others by displaying it as '*****...' as the
user enters it!?
 
N

NA_AB

oops! that was so dumb question, got it in a minute, found the thing in the
properties of my textbox ;)
 
Top