P
pete
I have a DataGrid on the WebForm "grd_loop" that I do the
following:
Dim Stats As New ArrayList
I then load 1 row of Stats with "String" data that looks
good in the "Autos" window when I do "grd_loop.DataSource
= Stats". It also looks good in grd_loop.DataSource in
the Autos window. But when I do "grd_loop.DataBind()",
I'm getting the following run-time error:
"DataGrid with id 'grd_loop' could not automatically
generate any columns from the selected data source."
following:
Dim Stats As New ArrayList
I then load 1 row of Stats with "String" data that looks
good in the "Autos" window when I do "grd_loop.DataSource
= Stats". It also looks good in grd_loop.DataSource in
the Autos window. But when I do "grd_loop.DataBind()",
I'm getting the following run-time error:
"DataGrid with id 'grd_loop' could not automatically
generate any columns from the selected data source."