DLL Reference in aspx Page Directive.
-
Hello, This is Vikash Gohil. I have a small ASP.net sample project. Now there is a default.aspx page in the project. There is also a DLL file in the Bin directory named "App_Web_Default.aspx.dll" Now in the MarkUp of the Default.aspx page, below Page directive is given. <%@ Page Language="VB" AutoEventWireUp="true" CodeFile="Default.aspx.vb" Inherits="_Default, App_Web_Default.aspx" %> I am not able to understand the "Inherits" clause. I think the App_Web_Default.aspx is the DLL name present in the Bin Directory. I want to know what it actually means. Has anyone come across or used code in this manner. Please provide me some clarification. Any help would be greatly appreciated. Thanks in Advance, Awaiting a reply soon.
-
Hello, This is Vikash Gohil. I have a small ASP.net sample project. Now there is a default.aspx page in the project. There is also a DLL file in the Bin directory named "App_Web_Default.aspx.dll" Now in the MarkUp of the Default.aspx page, below Page directive is given. <%@ Page Language="VB" AutoEventWireUp="true" CodeFile="Default.aspx.vb" Inherits="_Default, App_Web_Default.aspx" %> I am not able to understand the "Inherits" clause. I think the App_Web_Default.aspx is the DLL name present in the Bin Directory. I want to know what it actually means. Has anyone come across or used code in this manner. Please provide me some clarification. Any help would be greatly appreciated. Thanks in Advance, Awaiting a reply soon.