日期:2014-05-18  浏览次数:20451 次

密码输入框的问题,急!
如何能在页面刷新的时候保证密码框的内容不被刷掉?

------解决方案--------------------
txtPwd.Attributes.Add( "value ", txtPwd.Text)
这样就行了