What is difference between user control and custom control?



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

Answer / ramubalachandran

User Control is a page file with extension .ascx which can
only be used within a single application. But custom
controls are assemblies(dll files) that can be used in
multiple applications.

Is This Answer Correct ?    13 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Which method do you use to kill explicitly a users session?

0 Answers   MindCracker,


what are the events raised in asp.net page life cycle?in which stage view state can be loaded?

0 Answers   EDS,


What are the 3 types of web?

0 Answers  


When would you set a control's AutoPostBack property to true?

1 Answers  


Describe state management in asp.net?

0 Answers  






What are the new features added from ASP to ASP.NET?

0 Answers   Amdocs,


How connect data into DropDownList from Aceess Table?

1 Answers   HCL, TCS,


Can we handle the error and redirect to some pages using web.config?

1 Answers   BirlaSoft,


What is the difference between typeof() vs gettype()?

0 Answers  


1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????

7 Answers   Sparsh,


What is Partial PostBack in ASP.NET?

0 Answers   Viscus Infotech,


Is it possible for me to change my aspx file extension to some other name?

0 Answers  


Categories