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
How does the iis work?
What is advantage of code behind coding in ASP.NET?
What are the differences between code behind and code inline?
What are main return types supported in Web API?
What is form submit?
What is a web api endpoint?
How to create a db connection at one place/page so that we can use that connection for all pages/forms/windows.what r the steps ned to be performed if question not clear,let me know
What is cache in asp net?
What is event bubbling?
Define the term Scavenging in Caching?
Explain the disadvantages of viewstate?
What is asp.net localization?
How can we inherit a static member?
What's the difference between viewstate and sessionstate?
What is the concept of view state in asp.net?