Tuesday 5 March 2013

C# ComboBox Select Item

private void button11_Click(object sender, EventArgs e)
{

           comboBox1.SelectedIndex = 1;

}

Tags : 1. C# .net  ComboBox Control Examples - Select One From C# Combobox and set it as default item.

2. C# .net  ComboBox Control Examples - Select Particular Item From C# ComboBox.

 


 

 

No comments:

Post a Comment