ASP.Net 中直接给密码框赋值是不能够成功的,需要用以下方法:
txtPassword .Attributes.Add("value", objDesEncrypt.Decode(objUserEntity.Password)) ;