ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip       Ask Questions on ANYTHING, that arise in your Daily Life at     FORUM9.COM
Google
 
Categories  >>  Software  >>  Microsoft Related  >>  Dot Net  >>  Dot Net WindowsForms
 
 


 

 
 Dot Net Framework interview questions  Dot Net Framework Interview Questions
 Dot Net Remoting interview questions  Dot Net Remoting Interview Questions
 Dot Net WindowsForms interview questions  Dot Net WindowsForms Interview Questions
 Dot Net General interview questions  Dot Net General Interview Questions
 Dot Net AllOther interview questions  Dot Net AllOther Interview Questions
Question
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
 Question Submitted By :: Baskar
I also faced this Question!!     Rank Answer Posted By  
 
  Re: 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
# 1
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 ?    5 Yes 1 No
Usha
 

 
 
 
Other Dot Net WindowsForms Interview Questions
 
  Question Asked @ Answers
 
How do you check whether the row data has been changed?  1
For a server control, you need to have same properties like color maxlength, size, and allowed character throughout the application. How do you handle this? Microsoft1
What is the use of stretch property in Image control?  1
How do you customize the column content inside the datagrid?  2
How do you hide the columns in datagrid?  2
List out controls which does not have events?  1
which property is used to lock a textbox to enter data?  7
what are the diffrences between windows application and windows service?  1
What is boxing and how it is done internally? Microsoft3
what is the difference between Listindex and Tab index?  1
what are events?  3
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 CSS1
which Property is used to count no. of items in a combobox?  3
Clear property is available in which control?  2
Which controls have refresh method?  2
If you are calling three SPs from a window application how do u check for the performance of the SPS ? Accenture1
How do you display an editable drop-down list?  1
what are the types of combo box?  1
What is the need of z-order method? Accel1
What are different authentication types. How do you retrieve user id in case of windows authentication? Microsoft4
 
For more Dot Net WindowsForms Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com