1) Script Title: Ajax Tabs Content Script
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...axtabscontent/
3) Describe problem: I am getting this error when I run the webform:
This is what I have on Line1 of the webform:Code:Parser Error Message: Could not load type 'Main_Project.ExternalAjaxWebforms.external2'.
This is what the codebehind looks like:Code:<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Main_Project.ExternalAjaxWebforms.external2.aspx.cs" Inherits="Main_Project.ExternalAjaxWebforms.external2" %>
This is what the external2.aspx looks like:Code:namespace Main_Project.ExternalAjaxWebforms { public partial class external2 : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { } } }
Here is Line1 of the masterpageCode:<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="external2.aspx.cs" Inherits="Main_Project.ExternalAjaxWebforms.external2" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title></title> </head> <body> <form id="form1" runat="server"> <div> This is the contents of "external2.htm"<br /> This is the contents of "external2.htm"<br /> This is the contents of "external2.htm"<br /> </div> </form> </body> </html>
Here is the webform that is linked to the masterpageCode:<%@ Master Language="C#" AutoEventWireup="true" CodeFile="MainMasterPage.master.cs" Inherits="Master_pages_MainMasterPage" %>
Very grateful for any advice.Code:<%@ Page Title="" Language="C#" MasterPageFile="~/Master_pages/SecondLevel.master" AutoEventWireup="true" CodeBehind="GBResultsPage.aspx.cs" Inherits="Main_Project.GBond.GBResultsPage" %>



Reply With Quote

Bookmarks