Which controls do not have events?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

Consider the following pieces of C# code: a. interface I1 {/*......*/} interface I2 {/*......*/} struct Point : I1,I2 {/* ..... */} b. struct Book{ int bookId; struct Book b; } c. using M=Mystruct; struct MyStruct{ int id; } class MyClass{ static void Main(string[] args){ M m = new M(); } } d. struct Sample{ Sample ref x; } Which of the above are correct? Choose one of the options below. a, c and d are right a only right a and c are right d only wrong None of the listed options

3 Answers  


What does xpath return?

0 Answers  


What are the different approaches of passing parameters to a method?

0 Answers  


may we achieve polyphormsm through overloading a funtion?Is it right or wrong concept because i read polyphormism can be achieved through overloading?plz help me thnks

1 Answers  


Can hashtable have duplicate keys in c#?

0 Answers  






Explain boxing and unboxing in c#?

0 Answers  


Is friend a constructor?

0 Answers  


What operators can be used to cast from one reference type to another without the risk of throwing an exception?

0 Answers  


What is hashmap in c#?

0 Answers  


What are the advantages of constructor?

0 Answers  


In gridview in editmode if we want to display information in one combobox based on

0 Answers   FD, Microsoft,


Why do we need singleton pattern in c#?

0 Answers  


Categories