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
Name the property which is used to specify the source from where the crystal reports would be accessed.
What is form record?
What are the forms of database?
What is an example of form?
How to use the FindControl() function to preselect an item in my dropdownlist?
What is a database form?
Explain the difference between listindex and tab index?
Name the property which of menu cannot be set at run time?
Which window allows viewing the resources of the servers, such as services, processes and the event log?
What is the difference between a document and a form?
Name the two main categories of .net components.
Which dialog box allows users to switch to another area of the application?
What is the extension of the windows installer file?
What is the synonym of form?
What is a windows forms application?