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
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?
Where is system windows forms dll?
What are controls in windows forms?
How many navigational features are provided by visual studio.net ide?
What is form and its types?
Can you create a tabletype of recordset in Jet - connected ODBC dbengine?
What are the components of gui for windows?
What are the forms of database?
Explain the difference between listindex and tab index?
What is the full form of gac?
Name the two main categories of .net components.
What are windows applications?
What is the difference between a document and a form?
How save rerecord in the database?
What is difference between winforms and windows forms?