private void Page_Load(object sender, System.EventArgs e) { this.txtPwd.Attributes.Add("value", txtPwd.Text.Trim()); this.txtRePwd.Attributes.Add("value", txtPwd.Text.Trim()); }