What is the difference between User Controls and Master Pages
Answer Posted / jay
just a not :
this can be a tricky question depending on the interviewer.
Masterpage IS a UserControl, and you can easily check this
either by exploring classes to which websites are being
compiled or simply noting :
public class MasterPage : UserControl
semanticaly, use of classical UserControl and Masterpage is
of course different, but this already has been elaborated in
other answers
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What is redirecting behavior?
Can I read the hard disk serial # of the client computer using asp.net?
Can one dll file contains the compiled code of more than one .net language?
What is different authentication mechanisms used in ASP.NET?
Is asp.net a programming language?
Define page output caching?
How many types of controls are there in asp.net?
Contrast oop and soa. What are tenets of each16. How does the xmlserializer work? What acl permissions does a process using it require?
Differentiate between a page theme and a global theme?
How can we create custom controls in asp net?
Difference between overriding and overloading?
What are the differences between primary foreign and unique keys?
Define tracing.
What are the Types of chaching. How to implement caching
What are the security types in asp.net?