C# Password Field ???

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • newkhan
    New Member
    • Oct 2007
    • 35

    C# Password Field ???

    Hi Experts,

    I am currently using c#.net to complete my project and my problem is that for authentication i have used a form containing login and password fields but there is a little confusion in using password field that is instead of displayin password in sterik form (******) password is displayed as directly in text. I search alot to make this text field in password field but i could not succeed. I have searched all properties of this field but could not found. Kindly guide me what is the procedure to make password field.

    Thank You.
  • karthickkuchanur
    New Member
    • Dec 2007
    • 156

    #2
    Originally posted by newkhan
    Hi Experts,

    I am currently using c#.net to complete my project and my problem is that for authentication i have used a form containing login and password fields but there is a little confusion in using password field that is instead of displayin password in sterik form (******) password is displayed as directly in text. I search alot to make this text field in password field but i could not succeed. I have searched all properties of this field but could not found. Kindly guide me what is the procedure to make password field.

    Thank You.
    check the password field in property window and enter the *************

    Comment

    • khani
      New Member
      • Dec 2007
      • 8

      #3
      Originally posted by newkhan
      Hi Experts,

      I am currently using c#.net to complete my project and my problem is that for authentication i have used a form containing login and password fields but there is a little confusion in using password field that is instead of displayin password in sterik form (******) password is displayed as directly in text. I search alot to make this text field in password field but i could not succeed. I have searched all properties of this field but could not found. Kindly guide me what is the procedure to make password field.

      Thank You.
      Hi...

      See passwordCharact er Property of this textbox .set property to *.you cant also use any other character.

      Comment

      Working...