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 to send a DataReader as a parameter to a remote client ?
Web API uses which library for JSON serialization?
What is the difference between custom controls and user controls?
How would you turn off cookies on one page of your website?
What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
What are the server control tags in asp.net.?
What are the components of ado.net?
How can we identify that the page is post back in asp net?
How ASP.NET page works?
can any one find and tell the difference between dot net and php which one is best ? which one we get more salary? which one is stable and which one is best for freshers and also better in future and carrer ? which one we wil get more salary sir ? please send ur valuable suggestions to kiranpulsar2007@gmail.com
What is a multilingual website?
Where is the session stored?
What are httphandlers and httpmodules and difference between them?
If you want to write your own dot net language, what steps you will you take care?
What is the differences between a primary key and a unique key in sql server?