Name does not exist in the current context
Jobs.aspx This is the phyiscal file -> CodeFile=”Jobs.aspx.cs” This is the class which handles the events of the page -> Inherits=”Members_Jobs” Jobs.aspx.cs This is the partial class which manages the page events -> public partial class Members_Jobs : System.Web.UI.Page The other part of the partial class should be -> public partial class Members_Jobs this is … Read more