Greetings,
I'm displaying the results from an query into a series of TextBoxes. One field is a user's password, where it has the Input Mask property in MS-Access set to 'Password'. When the table is viewed in Access, all entries in this field (user passwords) are 'masked' with asterisks '*'.
However, on the ASP.NET page, the alphanumeric text of the password is displayed clearly visible (no asterisks).
I'm converting a ColdFusion app to ASP.NET. Suprisingly, ColdFusion doesn't have a problem with this and correctly displays the asterisks. I'm a dot.net beginner, so I'm sure I'm unaware of something here. I initially thought I could set the TextMode property to 'password' but that only works for keystrokes into the TextBox.
Can somebody please clue me in?
Thanks
I'm displaying the results from an query into a series of TextBoxes. One field is a user's password, where it has the Input Mask property in MS-Access set to 'Password'. When the table is viewed in Access, all entries in this field (user passwords) are 'masked' with asterisks '*'.
However, on the ASP.NET page, the alphanumeric text of the password is displayed clearly visible (no asterisks).
I'm converting a ColdFusion app to ASP.NET. Suprisingly, ColdFusion doesn't have a problem with this and correctly displays the asterisks. I'm a dot.net beginner, so I'm sure I'm unaware of something here. I initially thought I could set the TextMode property to 'password' but that only works for keystrokes into the TextBox.
Can somebody please clue me in?
Thanks