Can a master page inherit another master page?
Answer Posted / vikul
Yes master pages can be inherited. U just need to place the
code MasterPAgeFile="ParentMasterPage.master in the @page
directive of cild master page.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What are the built-in objects in asp.net?
Define dll hell?
What is tracing? Where is it used?
What is server infrastructure?
In a page I have gridview with options of select and delete using hyperlink when I am selecting any one of then it has to open another page how can it?
What is the server of asp.net?
Explain the main function of razor in asp.net? : asp.net mvc
What are web server controls in asp.net?
What are the disadvantages of view state?
What are custom controls?
What is session and cookies in asp.net?
How do you declare static variable?
What is the asp.net control toolkit?
Can user control be stored in library?
What are HTTP handlers in ASP.NET?