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
Describe a bubbled event and how it is used ?
What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?
Disable browser cache for entire ASP.NET website?
What is rending process in ASP.NET?
Why is asp.net so popular?
Write a code for sending an email from asp.net application.
Difference between web user control and web custom control?
How do you declare static variable?
What is globalization and localization in asp net?
What is viewstategenerator?
Explain the updatepanel?
What is the life-span of the items in the viewstate?
What is side-by-side execution? Can two applications, one using a private assembly and other using a shared assembly, be stated as side-by-side executables?
Describe the difference between inline and code behind - which is best in a?
How many types of triggers are there in update panel?