visual studio 2010 - If a radiobutton is checked,then use the hidden password characters -


i wondering if possible like:

if "radiobutton1" checked, have display text in "textbox2.text" password characters.

is possible?

use usesystempasswordchar property:

textbox2.usesystempasswordchar = (radiobutton1.checked); 

Comments

Popular posts from this blog

android - getbluetoothservice() called with no bluetoothmanagercallback -

sql - ASP.NET SqlDataSource, like on SelectCommand -

ios - Undefined symbols for architecture armv7: "_OBJC_CLASS_$_SSZipArchive" -