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
How do sessions work?
Name some asp objects?
What is ashx file in asp.net?
What are Session states available and its Uses?
How much is the pay-for-use service if I chose not to use microsoft-sponsored advertising?
What is a viewstate?
What is the difference between CLICK and MOUSE DOWN Event ?
In which event of page cycle is the viewstate available?
Describe the differences between the lifecycles of Windows services and Standard EXE?
What are the advantages and limitations of query string?
Can we set which type of comparison we want to perform by the CompareValidator control?
What is the difference between user control and custom control?
What is globalization and localization in asp net?
What is difference between datalist and gridview?
What does ascx stand for?