Answer Posted / venkat
Master pages let you make a consistent layout for your
application, you can make one master page that holds the
layout/look & feel and common functionality of your whole
application and upon this master page, you can build all
the other pages, we call these pages Content Pages. So
simply you can build your master page and then build
content pages, and while creating the content pages you
bind them to the master page you have created before, those
two pages are merged at runtime to give you the rendered
page
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
What is difference Between Authentication and authorization?
How you will manage the state of ASP.NET controls?
Whats the difference between registerclientscriptblock, registerclientscriptinclude and registerclientscriptresource?
What is the difference between custom controls and user controls?
What is application Object?
What are the advantages of using session?
What is the difference between a default skin and a named skin?
Is razor a programming language?
Using code explain Configuration Management
Why is global asax is used?
What is the default timeout for a cookie?
Explain the concept of View Model in MVC?
Which property is used to identify the Page is Post Back in ASP.NET?
Can the unique key be null?
Explain the procedure to handle the process request using mhpm events fired? : asp.net mvc