dejan1
May 3rd, 2008, 12:18 PM
If a text box is disabled (and is grayed out), how can I enable it with a button click?
private void button1_Click(object sender, EventArgs e)
{
}
private void button1_Click(object sender, EventArgs e)
{
}