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 the difference between .dll extension and .exe extension files?
Can you please explain the difference between namespace and assembly?
What are the difference between dispose(), close(), exit(), end()? When do we use them?
What is the differnce between managed code and unmanaged code?
Is vb net a scripting language?
Can you please explain the difference between dispose and finalize()?
Tell me how many .net languages can a single .net dll contain?
Explain what observations between vb.net and vc#.net?
my project run very wel in my sytem yhen i am deploying my project on client machine ,after deployment i run my project then it show " can no find server name " what i do .
Which classes a dll can contain?
How to create a constant in vb.net?
Explain the difference between int and int32?
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?
What do you understand by vb.net?
How do you use two datareaders at the same time in a vb.net windows application ?