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
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
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Blocked AccountPosted Oct 21, 2008, 2:08 AM
Hi,
find the textbox inside the tab container, then make it enable.
if your problem is not solved then post your aspx page code related to this problem.
Happy Coding!!