Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 / usha

For inti As Integer = 0 To ComboBox1.Items.Count - 1
For intj As Integer = 0 To ComboBox2.Items.Count - 1
If ComboBox1.Items(inti).ToString =
ComboBox2.Items(intj).ToString Then
MessageBox.Show(ComboBox1.Items(inti))
End If
Next
Next

Is This Answer Correct ?    22 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is typeform free?

972


Which of the following position is the default docking position of the statusstrip control on the form?

1048


What is the use of form?

979


What is form application?

1032


Explain how save rerecord in the database?

1041


Where is system windows forms dll?

1125


How insert record in the database?

1047


Which method of the messagebox class is used to display a message in the message box?

1024


How to get records from a database?

1069


What are the three states set in a checkstate property?

1021


What is the use of runworkasync() methods?

1088


Which property of the progressbar control specifies the amount to increment the current value of the control?

1145


How to split a column header in gridview using c#.net?

1288


Name the template that is used to create a user-defined component.

970


Explain the difference between listindex and tab index?

1116