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

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


The answer should be modified. The loop should not go upto
the count-1 but should go upto count. Rest all is OK.

Is This Answer Correct ?    1 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how barcode print on the win form

2459


Explain how to get records from a database?

1164


What is a windows form application?

1026


Name the property which is used to lock a textbox to enter data?

1144


Name the two main categories of .net components.

1004


Which property of the errorprovider control automatically sets to the form to which?

1015


How to use the FindControl() function to preselect an item in my dropdownlist?

2202


To which namespace does the control class belong?

1007


Which dialog box allows users to switch to another area of the application?

1092


Which event occurs when a user drags an item in a treeview or listview control?

1019


What are controls in windows forms?

1049


What are window based applications?

1016


Which template creates a .net compact framework 2.0 forms application for pocket pc 2003 and later?

1008


Which property value of the helpnavigator property will display the index for a specified topic?

1056


Explain how insert record in the database?

1071