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 / guest
Compare the values in both the comboboxes :
if(comboBox1.Text == comboBox2.Text)
{
MessageBox.Show(comboBox1.Text);
}
Is This Answer Correct ? | 7 Yes | 8 No |
Post New Answer View All Answers
What is form and its types?
Explain how insert record in the database?
What is the synonym of form?
What are window based applications?
How insert record in the database?
How save rerecord in the database?
Is typeform free?
What is the extension of the windows installer file?
Is windows an application software?
What is a windows based application?
Explain how to find the current record position in data control?
What is the difference between the add() and insert() methods of a listbox control?
What are the advantages of form?
Which command prompt utility is used to convert a resource file from the text format into the binary format?
Name the template that is used to create a user-defined component.