How can I set the TextMode of a textbox programmatically?Thanks
Hi,
Try:
TextBox1.TextMode = TextBoxMode.Password;
0 comments:
Post a Comment