I have two combobox .. and i have some items in both combobox
now i need to check the item in both combobox if same item
is Present in both combobox i need to display that item in
message box
Answer Posted / somnath
int countFirstBox=comboBox1.Items.Count;
int countSecondBox=comboBox2.Items.Count;
if(countFirstBox==countSecondBox)
{
MessageBox.Show(comboBox1.Items);
}
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is form description?
Name the template that is used to create a user-defined component.
How can you pause a timer control?
What is a windows forms application?
Is windows an application software?
Explain how to split a column header in gridview using c#.net?
How to split a column header in gridview using c#.net?
How do I change the console application in windows?
What are windows based applications examples?
What is form application?
Name the property which is used to specify the source from where the crystal reports would be accessed.
What is a fillable form?
Is typeform free?
What is the full form of gac?
What are windows based applications?