.net的密码框不能直接通过给Text属性赋值来显示“***”,而需要:

TextBox1.Attributes.Add("value", user.PassWord);

 

相关文章: