DataBinding: 'System.Data.DataRowView' does not contain a property with the name
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
Hi, I got the following error when i am trying to bind data to grid dynamicaly. DataBinding: 'System.Data.DataRowView' does not contain a property with the name
Not a diffcult one to debug. The datasource appears to not have a column with the name the datagrid column is bound to.
only two letters away from being an asset
-
Hi, I got the following error when i am trying to bind data to grid dynamicaly. DataBinding: 'System.Data.DataRowView' does not contain a property with the name
The name of the Field in the Item Templates where you are not binding the data is not presnt in the database or selection list.