Show Disabled Textbox When Dropdonws Selected Item is Comepleted
hi how to show disabled textbox when dropdonws selected item is comepleted.?can any one suggest 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.
Abdullah MunshiPosted Feb 13, 2012, 5:41 AM
====================================
protected void DropDownList1_SelectedIndexChanged(object sender, EventArgs e)
{
TextBox1.Enabled = true;
}