c# sample Coding
Pages
C# Sample
Excel Macro
SQL Query
Use full Free Download Links
Friday, 21 March 2014
textbox password Rebuild
if (cshowPassword.Checked != true)
{
txtPassword.PasswordChar = '*';
}
else
{
txtPassword.PasswordChar = char.Parse("\0");
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment