csharp Set Password TextBox value
txtPassword.Attributes["value"] = "Password01$";
Use to set the Password value of an ASP:TextBox control.
Updated: Monday 27th December 2010, 11:58pm
There are 0 comments
Comments are currently closed.
txtPassword.Attributes["value"] = "Password01$";
Updated: Monday 27th December 2010, 11:58pm
There are 0 comments
Comments are currently closed.