TextMode="Password"不能在后台直接向前台赋值,但是可以用js赋值。

txtUserPassword.Attributes.Add("value", "test");

 

相关文章: