I have a website I need to make changes to. It is currently set to codebehind. Whenever i switch it to codefile, I get an error 'Context' is not a member of 'pda.WebForm1'.
<%@ Page Language="vb" AutoEventWireup="false" Codefile="find_job.aspx.vb" Inherits="pda.WebForm1" %>
Is there anything special I need to do to switch the page over to codefile?

Go to the complete details ...