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 css in asp.net?
What is different authentication mechanisms used in ASP.NET?
Differentiate between structure and class.
How does asp net store session ids by default?
Will the asp.net validators run in server side or client side?
Are cookies client side or server side?
Explain client-side scripting?
What is csrf attack in asp.net?
In which event of page cycle is the viewstate available?
How many types of controls are there in asp.net?
What parameters can you pass in the url of the api?
What is Partial PostBack in ASP.NET?
How you will improve web application performance?
What is custom events?
What is the purpose of using MVC programming pattern in ASP.NET?