What is the difference between User controls and Custom Controls?


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

Post New Answer

More C Sharp Interview Questions

What is a framework in c#?

0 Answers  


If there are 2 interface IParentInterface & IChildInterface as follows. interface IParentInterface { void InterfaceMethod(); } interface IChildInterface : IParentInterface { void InterfaceMethod(); } Both the interface contains method with same name InterfaceMethod(). How InterfaceMethod() will be handled in IChildInterface as its deriving IParentInterface

3 Answers  


How many bytes is a char c#?

0 Answers  


Does console.writeline() stop printing when it reaches a null character within a string?

0 Answers  


How can you read 3rd line from a text file?

0 Answers  






What is an assembly in .net?

0 Answers  


Should I make my destructor virtual?

0 Answers  


What is distribute by in hive?

0 Answers  


What are native methods?

0 Answers  


Explain About CLS?

0 Answers   Microsoft,


What is task parallel library?

0 Answers  


What are synchronous and asynchronous operations?

0 Answers  


Categories