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
Define a static class?
Which control has default post back is enabled(true)?
What are resource file and how do we generate resource file?
Tell me the code snippet to show how we can return 404 errors from HttpError?
Explain asp.net application life cycle?
How do you secure your configuration files to be accessed remotely by unauthorized users?
Why mvc is better than asp.net? : Asp.Net MVC
What are the media types of http requests and response?
Explain the difference between dataset and datareader.
Why is xap important?
What is difference between asp state management and asp.net state management? How can we pass info between 2 asp.net pages?
How may clustered index we can create in table?
What is Web Server Control Templates.?
What is bson in web api?
Whats the difference between abstract factory pattern and factory pattern?