What is the difference between User Controls and Master Pages
Answer Posted / vidit tyagi
user control
1)it extension is .ascx.
2)it can be more than one on single web page.
3)it doesn't contain Contentplaceholder.
4)it doesn't work like a fixed template.it can be
display in diffrent manner in diffrent page.
MasterPage:
1) it extension is .Master.
2)it used like a template.
3)it contain ContentPlaceHolder
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What are the advantages of asp.net?
What are the steps involved to fill a dataset?
What is the difference between session object and application object?
How does session work?
Explain different types of Caching techniques in ASP.NET?
How can we inherit a static member?
What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?
How to disable validator control by client side JavaScript?
What are web beacons used for?
Explain global assembly cache.
How could you modify xaml content from javascript?
a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?
What does it mean your session has timed out?
Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc
Is asp.net and .net are same or different?