C
corey s.
My system allows a user to change their email address and password.
When the user goes to the "Update Profile" page the email address can
be populated but the Password/ConfirmPassword fields can not be
popluated.
I understand the secuirty concerns for .NET not allowing to preload a
value in the text box. Is there a way of using a standard textbox
control and managing the characters when a user types (like adding
stars instead of the characters the user inputs)?
When the user goes to the "Update Profile" page the email address can
be populated but the Password/ConfirmPassword fields can not be
popluated.
I understand the secuirty concerns for .NET not allowing to preload a
value in the text box. Is there a way of using a standard textbox
control and managing the characters when a user types (like adding
stars instead of the characters the user inputs)?