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

Answers were Sorted based on User's Feedback



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

Answer / srikanth

Both the custom control and the user control wil be
developed by the user, the only difference is user control
is application specific where are custom control can be
used in any application. We can create a dll for the custom
control and can place it in the toolbox where are for user
control it's not possible it's just an .ascx file as .aspx.

Is This Answer Correct ?    8 Yes 0 No

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

Answer / venkat

User Control is for only for that Perticular Application
and Profer GUI u can see at Runtime ,We can not add this
one to Tool box
Custom Control is a third Party vendor, it is not for
perticular application ,proper GUI u can see at design
time ,we can add this to tool box.Eg.. Date Picker..

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

About CLS and CTS ?

3 Answers   Microsoft,


Differentiate session and cookie

1 Answers  


Explain what are delegates?

0 Answers  


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

1 Answers  


We are using Jscriopt validations and at clint site javascript is not running that time validation would work? if yes then how it would behave?

0 Answers  






What is difference between session and cookies?

0 Answers  


How asp.net mvc differs from asp.net web forms? : asp.net mvc

0 Answers  


What is virtual directory in asp.net?

0 Answers  


Explain server control extensibility with reference to asp.net 2.0 ?

0 Answers  


Explain the difference between authentication and authorization.

0 Answers  


What is difference between ispostback and autopostback in asp net?

0 Answers  


What is runat?

0 Answers  


Categories