Base Page and Intellisense
-
Is there a way to use BasePage inheritence without losing breaking the Web Page Designer? Or at least without breaking Intellisense? Every method I've found for inheriting from a BasePage causes the Page Designer to complain when loading the derived page. Some methods require removing the and
tags. It seems like these methods all limp because of this problem. It's good to be alive, Josef Wainz Programmer Analyst
-
Is there a way to use BasePage inheritence without losing breaking the Web Page Designer? Or at least without breaking Intellisense? Every method I've found for inheriting from a BasePage causes the Page Designer to complain when loading the derived page. Some methods require removing the and
tags. It seems like these methods all limp because of this problem. It's good to be alive, Josef Wainz Programmer Analyst
Hi there, There are two options which you may try: + Put the BasePage in a seperate assembly, and you simply add reference to it in your web project. + If the BasePage is placed in the same web project, you can try to add the DesignerAttribute to the BasePage class.