If we have to show the text value in text box where TextM ode property is set to password.
string password ="TestPassword";
TextBoxPassword.Attributes.Add("value", password);
Thanks
Mahesh K. Sharma
string password ="TestPassword";
TextBoxPassword.Attributes.Add("value", password);
Thanks
Mahesh K. Sharma
No comments:
Post a Comment