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 is redirecting behavior?
How can you send an email message from an asp.net web page?
What is the difference between executescalar and executenonquery?
Differentiate between a page theme and a global theme?
What is the difference between exe and dll?
How to include silver light .xap page into asp.net web application and what is the purpose of using silverlight application?
Is asp.net easy to learn?
Explain significance of routing? : asp.net mvc
Can you use Web API with ASP.NET Web Form?
Which validator control you use if you need to make sure the values in two different controls matched?
code for "For every 5days system has to create 1text file with the corresponding date and it has to store in c-drive" by using web applications
What are the asp.net list controls and difference between them?
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,?
How many languages are supported by .NET at present time?
What is boxing and unboxing in asp.net?