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 the use of runworkasync() methods?
What is form and its uses?
Suppose 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?
What is the use of form?
Explain something about crystal report in brief?
Which property of the progressbar control specifies the amount to increment the current value of the control?
Which event occurs when a user drags an item in a treeview or listview control?
What are windows based applications examples?
Explain how many number of events does the timer controls?
Name the property which of menu cannot be set at run time?
Name the event that enables the user to prevent shifting of focus from control until all the validation rules have been met.
Which property is used to specify the use of an element in the user interface and reports it to the accessibility aids?
What is a database form?
What is a windows form application?
Explain how barcode create in the report?