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 are the difference between function and stored procedure in .net programming language?
Is it true that a Web service must be written in .NET or not?
Which protocol is used to call web service?
What are Master Pages in ASP.NET? or What is a Master Page?
What is the viewstate in asp.net?
What do you mean by serialize and marshalbyref?
Define tracing.
What do you mean by authentication?
Explain about asp.net state management?
What's the ASP.Net Application life cycle?
What is new asp.net core?
Can we set master page as a start page?
How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?
How can you implement encapsulation in asp.net?
How do I force the dispose method to be called automatically, as clients can forget to call dispose method?