Assign a value to a textbox which is in password mode

By Raja Baireddy

Assign a value to a textbox which is in password mode
[ Assign password value to a text box]
 txtPassword.Attributes.Add(“value”, password);

Leave a Reply