Error are to be find please
Create a adminpanel folder .then create a masteradminpanel page and then create a inherit of the masteradminpanel page. and than execution show message Could not load type 'JD_Project_Electonic.Admin_Panel.Admin_Panel'.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Shubham KumarPosted Feb 25, 2016, 1:21 AM
public partial class Admin_Panel_Home:Page
{
}
Also try changing CodeBehind="Admin_Panel_Home.aspx.cs" to CodeFile="Admin_Panel_Home.aspx.cs". This change is required when you change project type from website to webapplication or vice versa.