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
Where is the view state data stored?
Describe the diffeerence between inline and code behind?
How can we register exception filter globally?
What is the syntax for datagrid and specifying columns?
How you can add an event handler?
How to handle errors in Web API?
How does asp page work?
How can we implement a identity (sql server) call in an asp.net page?
Explain server control extensibility with reference to asp.net 2.0 ?
How do you use viewstate?
Define globalization and localization.
What is the difference between client-side and server-side validations in ASP.NET?
What is application state?
Is asp.net mvc front end or backend? : Asp.Net MVC
Can the dictionary object be created in client?s scope ?