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
What is a static variable?
How to create a constant in vb.net?
How to connect crystal report in vb.net ?
What are option strict and option explicit?
What is enumerator?
Explain how does the xmlserializer work?
What is code access security?
Tell me which namespace are used for accessing the data?
Can you please explain the difference between dataset and datareader?
Write a VB.Net console program to check whether a number is perfect or not.
How to execute VB.NET PROJECTS,VB6.0 PROJECTS AND write their test cases.Need Reply Urgently
What is the difference between vb 6 and vb.net?
Explain about Visual basic.NET culture?
What is the class that allows an element to be accessed using unique key?
Explain i.tostring method?