What is custom control. What is the difference between
custom control and user control ?



What is custom control. What is the difference between custom control and user control ?..

Answer / krishna prasad

custom control means to prepere our own control inheriting
from the existing control classes

if some one wants to design his/her own control go for
custom controls

if some one wants to extend/add new features go for user
controls

user controls are used to reduce the code repetation in the
pages

Is This Answer Correct ?    11 Yes 2 No

Post New Answer

More ASP.NET Interview Questions

What happens if an ASP.NET server control with event-handling routines is missing from its definition?

0 Answers   MindCracker,


How can we access static variable?

0 Answers  


Explain the difference between sql invalidation and sql notification.

0 Answers  


What setting must be added in the configuration file to deny a particular user from accessing the secured resources?

0 Answers  


When does the application ONEND event handler fire?

1 Answers   C Squared Systems, Verinon Technology Solutions,






What is the difference between cache and cookies?

0 Answers  


What are the various session state management options provided by asp.net?

0 Answers  


What are the different session state management options available in asp.net?

0 Answers  


What is advantage of viewstate and what are benefits ?

1 Answers  


Do cookies store passwords?

0 Answers  


How do you do validations. Whether client-side or server-side validations are better ?

2 Answers   InfoLinks, Microsoft,


How do you install windows service?

4 Answers   Tech Mahindra,


Categories