use this code:
If(IsPostBack)
{
this.txtFedTaxID.Attributes["value"] = txtFedTaxID.Text;
this.txtFedTaxID2.Attributes["value"] = txtFedTaxID2.Text;
}
"txtFedTaxID.Text = txtFedTaxID.Text" won't work for the password field.
Subscribe to:
Post Comments (Atom)
1 comment:
are these just your personal notes or are these tips to public? So much effort you put in....
Post a Comment