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
Explain what observations between vb.net and vc#.net?
Explain strong name in .net assembly?
How to store decimal data in .net?
What is the significance of delegates. Where should they be used? What are the situations where we require them?
What are nested classes?
What is the differnce between managed code and unmanaged code?
Can you please explain the difference between authentication and authorization?
difference between control and component more than one differences
How do you script this scenario in QTP using VB? Verify XML attributes in XML message against XSD and data mapping of fields to Oracle tables? Verify data in XML to data in a defined table?
Explain about Visual basic.NET culture?
What is the maximum size of the textbox?
What are the difference between dispose(), close(), exit(), end()? When do we use them?
What is DLL HELL in VB.NET
what is the advantage of option strict on?
What is difference between metadata and manifest?