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

int countFirstBox=comboBox1.Items.Count;
int countSecondBox=comboBox2.Items.Count;
if(countFirstBox==countSecondBox)
{
MessageBox.Show(comboBox1.Items);

}

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of runworkasync() methods?

1088


What is form and its uses?

1027


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?

1042


What is the use of form?

979


Explain something about crystal report in brief?

1013


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

1145


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

1019


What are windows based applications examples?

1091


Explain how many number of events does the timer controls?

984


Name the property which of menu cannot be set at run time?

1120


Name the event that enables the user to prevent shifting of focus from control until all the validation rules have been met.

969


Which property is used to specify the use of an element in the user interface and reports it to the accessibility aids?

1073


What is a database form?

935


What is a windows form application?

1028


Explain how barcode create in the report?

1040