IT
摘要: .net的密码框不能直接通过给Text属性赋值来显示“***”,而需要:TextBox1.Attributes.Add("value", user.PassWord); 阅读全文
posted @ 2009-06-09 14:29 liufei 阅读(312) 评论(0) 推荐(0) 编辑