What is difference between masterpage and user control, what
is the objective of master page when we had user control in
.NET 1.1 version
Answer Posted / chinnu
Master page provides common structure and interface element
for your web site. MasterPage act as a template and merging
container for pages .
User Control just like other control, you can use it
anywhere on your page and as many as you want.
| Is This Answer Correct ? | 22 Yes | 7 No |
Post New Answer View All Answers
What is the asp.net control toolkit?
Explain one critical mapping?
What is session state server?
Why do we need a web application session?
What is the state management in asp.net?
How does a web application session work?
Explain difference betn dataset and recordset?
Disable Mouse right click on web page in asp.net?
What is global.asax file used for?
Explain swagger components.
What do you mean by serialize?
How do I use response redirect?
Explain managed code an un-managed code.
What are the Types of chaching. How to implement caching
Can master pages be nested?