What are Master pages? How to define a Master page?
Answer Posted / rajesh kadam
Asp.net master page is used to look and fill is comman in
all pages.it defines content place holder
<asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
</asp:ContentPlaceHolder>
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Explain ViewState?
How can we add an event handler for a ASP.NET function executed on MouseOver for a certain button.
How many types of Cookies are available in ASP.NET?
In order to bind the data from a data source to the Repeater control what property is set and what method must you call in your code,?
Explain advantages of caching?
Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
What is IPostBack? How to use it?
Explain what is clr?
What describes a query?
Why we use asp.net for website development?
How to manage different kinds of sessions in ASP.NET?
What are the benefits of view state?
Explain some of the major built-in objects in asp.net
Is there any alternative to avoid name collisions other then Namespaces?
Explain the main function of url routing system in asp.net mvc? : asp.net mvc