c = (Control)this.FindControl(TextBox1); // check the type, make sure you can cast this... t = (TextBox)c; t.BackColor = Color.Yellow;
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)