Edit via DataGrid

osl

Member
Joined
Jun 8, 2006
Messages
20
Programming Experience
5-10
Hi,
Please help me...! Why I get this message when I view at browser a web form with the editcommand at datagrid of multiple tables inter-related dataset when there are also some other web forms with dataset of single table (eg. table1, table2 and table3 are used in the edit web form and only table1 are used in other web forms) within the same project. It works fine if only by itself in a project. I've created different dataset for editing purpose, still it won't work. Thanks!


ServerError in '/WebApplTest1' Application.

Parser Error

[FONT=Arial, Helvetica, Geneva, SunSans-Regular, sans-serif]Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: Could not load type 'WebApplTest1.WebForm1'.

Source Error:

Line 1: <%@ Page Language="vb" AutoEventWireup="false" Codebehind="WebForm1.aspx.vb" Inherits="WebApplTest1.WebForm1" %>Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">Line 3: <HTML>
Source File: e:\inetpub\wwwroot\WebApplTest1\WebForm1.aspx Line: 1


Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573


[/FONT]
 
Back
Top