2
Answers

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

Photo of aryaonmesh

aryaonmesh

20y
4.5k
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)

0
Photo of Frogleg
NA 7.9k 33k 12y

Attachment monthsales.zip

Try this