在用户控件中继承基页

时间:2014-06-05 15:53:20

标签: asp.net vb.net user-controls

以下是我在基页的代码

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

0 个答案:

没有答案