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
What is clickid?
Tell me how asp.net mvc differs from asp.net web forms? : asp.net mvc
How to integrate angular 8 with asp.net mvc 5? : Asp.Net MVC
In how many ways we can retrieve table records count?
What is voluum?
Where viewstate value is stored in asp.net?
Explain how asp.net different from asp?
What is the difference between viewstate and hidden field in asp.net?
Explain difference between friend and protected friend?
Explain how can you debug your .net application?
How can you implement the postback property of an asp.net control?
What is http pipeline in asp.net?
Explain how cookies work. Give an example of cookie abuse.
How many types of cookies are available in asp?
Which is faster union or union all?