I am confused Does anyone know why I am getting this error?
The IListSource does not contain a data source named 'LineItem'.
I know that it is there in the way that I have declared it. It's there when I am in debugg mode.
DataGrid2.DataSource = myLineItems
DataGrid2.DataMember = myLineItems.LineItem.ToString
DataGrid2.DataBind()
When I run into the databind method in bold it craps out with that error. I am miffed. That'l do donkey, that'l do
Mark
If you are unsure of forum etiquette check here faq796-2540
The IListSource does not contain a data source named 'LineItem'.
I know that it is there in the way that I have declared it. It's there when I am in debugg mode.
DataGrid2.DataSource = myLineItems
DataGrid2.DataMember = myLineItems.LineItem.ToString
DataGrid2.DataBind()
When I run into the databind method in bold it craps out with that error. I am miffed. That'l do donkey, that'l do
Mark
If you are unsure of forum etiquette check here faq796-2540