please can any describe 'Master Page' in ASP.Net 2.0
Answer Posted / pratima tripathi
ASP.NET master pages allow you to create a consistent
layout for the pages in your application. A single master
page defines the look and feel and standard behavior that
you want for all of the pages (or a group of pages) in your
application.
You can then create individual content pages that contain
the content you want to display. When users request the
content pages, they merge with the master page to produce
output that combines the layout of the master page with the
content from the content page.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is viewstategenerator?
Please brief not about xsd,xslt & xml?
What do you mean by caching in asp.net?
What is server side session management?
Explain State management in asp.net
Explain what are webservices?
What is a query string in a url?
Is razor a programming language?
How to manage different kinds of sessions in ASP.NET?
What is an imagemap in asp.net?
Is post back property in asp net?
What is asp.net localization?
How is it possible for .NET to support many languages?
Describe how to implement globalization and localization in the use interface in .net.
How many ways are there to maintain a state in .net? What is view state?