Friday, 21 March 2014

textbox password Rebuild

if (cshowPassword.Checked != true)
{
      txtPassword.PasswordChar = '*';
}
else
{
     txtPassword.PasswordChar = char.Parse("\0");
}

No comments:

Post a Comment