2
Answers

How to display text in a textbox, when textbox propetry textmode is Password.

Ask a question
aryaonmesh

aryaonmesh

19y
4.4k
1
How to display text in a textbox from DB, when textbox propetry textmode is Password. Ex: value in DB for password is "test" i want to display it in a textbox as **** i am doing as dim strPassword as string = myreader("password") txtpassword.TextMode = TextBoxMode.Password txtpassword.text = strPassword but textbox(txtpassword) showing empty Help appreciated Thanks in advance

Answers (2)