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
Define manifest?
Explain nested classes?
What are the difference between dispose(), close(), exit(), end()?
Tell us how many languages are supported by .net?
Which class allows an element to be accessed using unique key?
Explain the difference between system.string and system.stringbuilder classes?
What is the class that allows an element to be accessed using unique key?
So you know which dll is used for microsoft .net run time?
Explain enumerator?
How to store decimal data in .net?
Explain the difference between vb.net and c#, related to oops concepts?
What is the diff between vb mdi form and .net mdi form?
Can you please explain the difference between namespace and assembly?
difference between checkbox vs radiobutton??
What is an application domain? how they get created?