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
Explain how insert record in the database?
What are the forms of graphics?
Can you create a tabletype of recordset in Jet - connected ODBC dbengine?
Which template creates a .net compact framework 2.0 forms application for pocket pc 2003 and later?
What is form and meaning?
What is form based application?
What is an example of form?
Is form action required?
Name the property which is used to specify the source from where the crystal reports would be accessed.
How do you apply specific formatting to the data inside the cells?
What is form technology?
What are windows applications?
What is a windows form application?
What is the difference between the add() and insert() methods of a listbox control?
What is the synonym of form?