ListBox Remove Item Selected Value windows application

Jayakumars
Posted by Jayakumars under ASP.NET AJAX category on | Points: 40 | Views : 1745
ListBox Remove Item Selected Value windows application
================================================
private void button2_Click(object sender, EventArgs e)
{
listBox1.Items.Remove(listBox1.Text);
}

Comments or Responses

Login to post response