Lokesh M
protected void Button1_Click(object sender, EventArgs e)
{
TextBox1.Enabled = true;
}
Above is working fine without Ajax tab container... But inside Tabcontainer is not working.. Please advice me