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

How are sessions stored?

0 Answers  


Can asp.net work on an nt server?

0 Answers  


What are the differences between Dataset and DataReader?

3 Answers   Accenture,


About the Usage of htmlencode and urlencode ?

2 Answers   Cognizant,


To which class you load XML or Related Data

1 Answers  






What is the difference between runtime version and version?

0 Answers  


Write a code for passing ArrayList in Web API?

0 Answers  


What are the elements of a website?

0 Answers  


Mention the execution process for managed code?

0 Answers  


Why we use content place holder in asp.net?

0 Answers  


What are the advantages and disadvantages of viewstate ?

1 Answers  


Can we use a static function with a non-static variable?

0 Answers  


Categories