Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the Difference between Web User Control and Web
Custom Control?

Answer Posted / developer525

What is the difference between User Control and Custom Control

Custom controls are compiled code(Dlls) easier to
use,difficult to create and can be place in toolbox. You can
drag and drop controls, Attributes of this control are
visually set at design time. A custom control can be used in
multiple application as shared DLLS. Any one can copy DLL of
custom control in bin directory and add reference and use
them. Normally custom controls are designed to provide
custom functionality independent of consuming application.

User controls are similar to those of asp include files easy
to create, can not be placed into the toolbox and dragged
dropped from it. A User controls can share single
application files. Normally designed to provided
functionality that is reusable for the particular application.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Tell me which namespace are used for accessing the data?

1061


What are the different types of applications supported in .net (or) .net framework?

988


What is the size of .net object?

1084


What is the difference between import system.data.sqlclient and system.data.oledb?

995


What are the types of generations in garbage collector?

1023


What is the top .net class that everything is derived from?

1104


Explain strong name in .net assembly?

1031


Explain how does the xmlserializer work?

1077


Explain the difference between web.config and machine.config and where it will be ?

972


Explain convert.tostring and i.tostring method?

968


What are the assembly entry points?

1072


Using VB, how can you change the Mouse Pointer?

1152


What is the main use of a namespace?

1027


What is option strict?

1156


Which dll is used for microsoft .net run time?

1030