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 misl code?
Explain an assembly?
How can we store decimal data in .net?
When do you use virutal keyword?
Explain the services provided by common language infrastructure.
What are jagged arrays ?
Explain some of the exclusive features which are present in vb?
Explain about delegate?
what is common language specification?
What is the main purpose of garbage collector?
What is difference between metadata and manifest?
What is the difference between compiler and interpreter?
What are the differences between c# and visual basic.net?
What is the use of assembly?
What is enumerator?