What does this error means? ‘Admin_ManageInvtry.’ is not a valid value for attribute ‘inherits’. I’ve already view the code, remove and redo the page but still get the same error. Can someone please tell me why. Thanks.
What does this error means? ‘Admin_ManageInvtry.’ is not a valid value for attribute ‘inherits’.
Share
You have to set value of
Inheritsattribute with the name of partial class in code-behind.For instance, here is code in code-behind
and .aspx markup must be,