What is the difference between User Controls and Master Pages
Answer Posted / nazrul
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 ? | 51 Yes | 3 No |
Post New Answer View All Answers
Where is asp.net view state stored?
Which object is used to encapsulate the state of the client and the browser in ASP.NET?
How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?
Which is the parent class of the web server control?
What is the base class from which web forms are inherited?
Explain parts of assembly?
What are the different properties of server control that exists?
Explain client side state management system.
What is is post back property in asp net?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
What are user controls?
What does the hotspot class in .net do?
What is redirectpermanent in asp.net?
What describes a query?
How to implement role based security in asp.net mvc? : Asp.Net MVC