what is Master pages in asp.net? what is the advantages and
disadvantages?
Answer Posted / priya
A master page is an ASp.Net file with
extension .master,such as MasterPage.Master,with a
predefined layout that can include static text,HTML
elements,and server control.
Advantages:They allow u to centralize the common
functionality of ur passage so that u can make updates.
they provide an object model that allows to customize the
master page from individual content pages.
| Is This Answer Correct ? | 35 Yes | 8 No |
Post New Answer View All Answers
What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
Asp pages that worked pefectly on windows 2000 server and iis 5.0 do not work on windows 2003 server with iis 6.0. Asp.net pages work fine. Why?
What is the displayafter property in updateprogress control?
Are xaml file compiled or built on runtime?
What is virtual directory in asp.net?
What is asp.net and how it works?
In the Repeater control which way you can edit?
Where would you use an ihttpmodule, and what are the limitations if any?
What is an asp.net web form?
What is active web pages?
What is parse in asp.net?
What is http request and response?
What is viewstategenerator?
We Only Know The Total Number Of Feet In The Farmyard. Write A Program that will compute the total number of rabbits and chickens in the farmyard. Assume number of feet in the farmyard are 40. how many rabbits and chickens are?
What are standard controls?