以下是我在基页的代码
Public Class BasePage
Inherits System.Web.UI.Page
以下是我在aspx页面中的代码
Public Class ProposalEdit
Inherits BasePage
以下是我在用户控制中的代码
Public Class CCTo
Inherits System.Web.UI.UserControl
如何在UserControl中继承Base Page。如果我在用户控件中使用BasePage就像我在aspx页面中使用的那样,它会抛出以下错误。
此处不允许因为它不扩展类 System.Web.UI.UserControl 。