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 parse in asp.net?
what is silver light when will we use silver light,
What is the use of session state and application state and difference between them?
Where do we store our connection string in asp.net application?
Explain some of the major built-in objects in asp.net
Can you use c# without .net?
Explain the advantages of passport authentication.
What is the basic purpose of the required field validator? How can you use a required field validator to check that the user changes the initial value of a text box? a listbox?
Which adapter should you use, if you want to get the data from an access database?
Which method is used to enforce garbage collection in .net?
What is the function used for removing an event listener?
How do you change the session time-out value?
How to handle errors in Web API?
Why is an object pool required?
What is rending process in ASP.NET?