You are here: Home > Technical Articles > ASP.NET Error - DataBinding: 'System.Data.DataRowView' does not contain a property with the name 'Cust_ID'

ASP.NET Error - DataBinding: 'System.Data.DataRowView' does not contain a property with the name 'Cust_ID'

Reason:
Datasource does not contain Cust_ID.
Cust_ID is missing.

Solution:
Make sure that SQL Query or Stored Procedure is returning a column named Cust_ID.


Published On: 04 Aug 2009