2
Reply

cant find name in my dataTable

Anele Ngqandu

Anele Ngqandu

Jun 17 2011 2:23 PM
1.4k
Hi I have this error below

A field or property with the name 'name' was not found on the selected data source.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Web.HttpException: A field or property with the name 'name' was not found on the selected data source.

Source Error:

Line 129:            grdAvailableStuff.DataSource = dt;Line 130:Line 131:            grdAvailableStuff.DataBind();   Line 132:        }Line 133:
 Sad thing In my dataSource i dont have name "name", in my stored procedure i dont have that name and in my methods i dont have that name 'name'....What might be the issue here?

Answers (2)