this is my code::
TextBox[] tbArray = new TextBox[] { TextBox1, TextBox1, TextBox1 };
for (int j = 0; j < tbArray.Length ; j++)
{
tbArray[j].Visible = true;
}
this code is success but only one textbox show not three textbox.. Can any one help me. Thanks