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
Where is asp.net session stored?
What are the differences between code behind and code inline?
How do I publish my asp.net application to my isp's web server?
List the asp.net validation controls?
Define resource files.
What is the maximum amount of memory any single process on windows can address?
Is it right that ASP.NET Web API has replaced WCF?
What is server redirect?
What is the use of worker process in asp.net?
In early binding will the method invoked on com component will verify it?s existance in the system or not ?
How do you create a master page?
Which authentication uses a combination of windows and iis authentication?
What are the versions of garbage collection?
What is a server farm in iis?
What is round trip in asp.net?