Why, when I drive a password programmatically, is it visible? Those. if you enter it manually, the password is hidden with asterisks, and if you insert a string in the password column programmatically, you can see it + if you click there with a mouse, then all the password in the column disappears. There are no problems with login, here is the code el[11].SetAttribute("value", "qwerty");

  • you probably use passwordbox? And the password programmatically as passwordbox.text assign? - WinnerIT
  • No, through the set attribute, as described above - Pyrejkee

0