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

Answer Posted / aaraaayen

Web User Controls:
1) Easy to Create
2) Limited support for consumers who use visual design tool
3) A seperate copy of the control is required in each
application.
4)Cannot be added to toolbox in Visual Studio.
5) Good for Static Layout
Web Custom Controls:
1) Harder to Create
2) Full support for consumers
3) Only a single copy of the control is required in the GAC
4)Can be added
5) Good for Dynamic Layout

Is This Answer Correct ?    15 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is datatype conversion?

548


Explain the difference between namespace and assembly?

514


What is the class that allows an element to be accessed using unique key?

547


Explain about Visual basic.NET culture?

594


Name some of the keywords used in vb.net?

601






Allowed program to auto-correct the database when loading a presentation.

1743


Explain jagged array in vb.net?

564


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

614


Explain about the performance of visual basic?

589


Did vb6 support multi-threading ?

539


Explain manifest?

502


Explain the difference between .dll extension and .exe extension files?

524


What are the different variables in vb.net?

520


What are the advantages of an assembly?

600


What is the difference between custom control and user control?

551