Can a master page inherit another master page?
Answer Posted / vishal
Yes, master page first can easily inherit another page like
.aspx page can inherit to the master page.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are session state modes?
What are the elements of a website?
In how many ways we can retrieve table records count?
What is the difference between equals() and == in c#?
Explain the overview of asp.net?
What is the purpose of master page?
Where is the view state data stored in asp net?
How to you can limit Access to Web API to Specific HTTP Verb?
Explain exception handling in .net.
what are the web form events available in asp.net?
How to disable validator control by client side JavaScript?
What is Pre-Render event in ASP.NET?
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?
How can you identify that the page is post back?
What are the new features implemented in ASP.NET?