What are Master pages? How to define a Master page?
Answer Posted / bachi
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 ? | 7 Yes | 1 No |
Post New Answer View All Answers
How response object is related to asp's response object?
What methods are fired during the page load? Init()
How does session work?
Why is global asax is used?
What is the behavior of a Web browser when it receives an invalid element?
What does clearing cache?
A web service can only be written in .net? State whether true or false.
What is cross page posting in asp net?
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
What are the events in a page life cycle?
Describe the difference between inline and code behind - which is best in?
How many types of session state management options available 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 the various types of cookies in asp.net?
Where is session cookies stored?