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
Explain how insert record in the database?
What are the forms of database?
Which template creates a .net compact framework 2.0 forms application for pocket pc 2003 and later?
Which event occurs when a user drags an item in a treeview or listview control?
Which property of the progressbar control specifies the amount to increment the current value of the control?
What is a windows form application?
What is the synonym of form?
Which command prompt utility is used to convert a resource file from the text format into the binary format?
What are the advantages of form?
What are the properties of datacontrol?
What are windows applications?
Where to use new keyword other than create instance?
How can you pause a timer control?
How save rerecord in the database?
What is a fillable form?