Explain the difference between user control and custom control. Also, explain their use.


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

Post New Answer

More C Sharp Interview Questions

What does assert() do?

1 Answers   Rolta,


What are delegates?

0 Answers   TCS,


How many constructors can a class have in c#?

0 Answers  


Why do we use Design Pattern in C#?

0 Answers   Impetus,


Explain the difference between Response.Write () and Response.Output.Write ().

0 Answers   Atos Origin,






What are the namespace level elements?

0 Answers  


How to reverse each word in a string using c#?

0 Answers   Infosys,


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  


What is the purpose of namespace in c#?

0 Answers  


What is a dimensional array?

0 Answers  


Can multiple catch blocks be executed?

1 Answers  


Can we write class inside a class in c#?

0 Answers  


Categories