بجای این بنویس

if (textBox1.Text == "")
{
tabControl1.Enabled = false;






if (textBox1.Text != "")
{
tabControl1.Enabled = true;