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
How to create a set up in vb.net for desktop application please say steps with examples?
Name the template that is used to create a user-defined component.
which property is used to change to some value to access a identity column in datacontrols?
How many navigational features are provided by visual studio.net ide?
Explain the new events in textbox that has been included in vb?
Explain how barcode create in the report?
What are controls in windows forms?
Explain how to add resources during runtime?
What is form description?
i already displaying one datagrid. now i want to make change to particular column header i.e i want to split that column header and it includes one more header.... write a code for that in windows application using C#.net
What is form technology?
how print PGL by XML
What is form and its uses?
Is windows an application software?
What are the three states set in a checkstate property?