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


Please Help Members By Posting Answers For Below Questions

Name the class to be inherited for creating a custom control.

1037


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

1043


What is form based application?

1008


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

1010


What are the advantages of form?

1019


What are the three states set in a checkstate property?

1021


What are window applications?

948


Explain the need of z-order method?

1028


which property is used to change to some value to access a identity column in datacontrols?

2144


What is a windows based application?

1038


To which namespace does the control class belong?

1010


How do you apply specific formatting to the data inside the cells?

2381


How insert record in the database?

1047


What is form and meaning?

977


What are windows based applications examples?

1091