Hello all
i have problem with my inherit class when i upload my .net page to the web.my page name is webform1.aspx and in its html at line 1 i have such code:
<%@ Page Language="
vb" AutoEventWireup="false" Codebehind="WebForm1.aspx.
vb" Inherits="WebForm1"%>
that defines the inheritance of webform1 class for this page. but when i upload it it gives me the error:Could not load type 'webform1' error .I changed the tag inherits to:inherits="netfiles.webform1"
in which netfiles is the name of folder that webform1.aspx is in it.
Is there any one here can help me please???????
I would be very happy if some one helps me
thank you