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 are Custom Control and User Control?



What are Custom Control and User Control?..

Answer / padam

Custom Controls are controls generated as compiled code
(Dlls), those are easier to use and can be added to toolbox.
Developers can drag and drop controls to their web forms.
Attributes can be set at design time. We can easily add custom
controls to Multiple Applications (If Shared Dlls), If they
are private then we can copy to dll to bin directory of web
application and then add reference and can use them.
User Controls are very much similar to ASP include files, and
are easy to create. User controls can’t be placed in the
toolbox and dragged – dropped from it. They have their design
and code behind. The file extension for user controls is ascx

Is This Answer Correct ?    8 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Explain the difference between a struct and a class?

0 Answers  


What is difference between a constant and read-only in C#?

0 Answers   CDC,


What does convert toint32 mean?

0 Answers  


What is difference between ienumerable and list in c#?

0 Answers  


what is the lifespan of the items stored in viewstate ?

4 Answers  


What is difference between mutable and immutable in c#?

0 Answers  


What is a statement c#?

0 Answers  


What is abstract class ?

5 Answers   Digital GlobalSoft,


What is object type in c#?

0 Answers  


What is an iqueryable in c#?

0 Answers  


What are virtual methods? How are they used?

3 Answers   TCS,


What is a generic c#?

0 Answers  


Categories