Name 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

What is int32?

0 Answers  


What is session c#?

0 Answers  


What?s class SortedList underneath?

1 Answers  


List out two different types of errors in c#?

0 Answers  


What is the difference between values and reference types?

0 Answers   Alcatel-Lucent,






Using system; class main { public static void Main() { int a = 1; for (int i = 0; i < 10; i++) { int j = a * 5; Console.WriteLine(a + "*5=" + j); a++; } Console.ReadLine(); } }

1 Answers  


Can a class have multiple constructors c#?

0 Answers  


What is difference between destructor and finalize?

0 Answers  


What is the use of jit ? Jit (just - in - time) is a compiler which converts msil code to

0 Answers  


What is the Difference between directcast and ctype?

1 Answers   Wipro,


What is sorting in c#?

0 Answers  


What is final keyword in c#?

0 Answers  


Categories