Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
このエラーはどういう意味ですか? 「Admin_ManageInvtry.」属性「継承」の有効な値ではありません。既にコードを表示し、ページを削除してやり直しましたが、それでも同じエラーが発生します。誰かが理由を教えてください。ありがとう。
Inheritsコードビハインドで部分クラスの名前で属性の値を設定する必要があります。
Inherits
たとえば、コード ビハインドのコードは次のとおりです。
public partial class Sample : System.Web.UI.Page{ ...}
.aspx マークアップは、
<%@ Page Language="C#" .... Inherits="Sample" %>