In my ASP.Net web application, I have a base page that implements functionality that spans all pages of the web application and my web pages derive from this base page.
I have a page create-quote.aspx. I want to open this page in 开发者_开发知识库different modes, depending on whether a querystring parameter is present or not.
I\'m in the process of converting an ASP.Net webform into a User control and there an event that now says
I have a problem with my master pages. They have such inheritance order: MainMaster1.Master can be nested by Nested1.Master, Nested2.Master, etc.