L
Lam
hi
I wrote a aspx page in c#. It execute the query to SQL 2000 database
and return a DataTable table, bind it to the DataGrid and display on the
screen. The page refresh every 10 seconds.
it has been running successfully most of the time. but some times it gives
me error
"DataBinder.Eval: 'System.Data.DataRowView' does not contain a property with
the name ID"
then it shows some error with the DataBind() method in dataGrid.
does any knows what's wrong?
Thanks a lot
Lam
I wrote a aspx page in c#. It execute the query to SQL 2000 database
and return a DataTable table, bind it to the DataGrid and display on the
screen. The page refresh every 10 seconds.
it has been running successfully most of the time. but some times it gives
me error
"DataBinder.Eval: 'System.Data.DataRowView' does not contain a property with
the name ID"
then it shows some error with the DataBind() method in dataGrid.
does any knows what's wrong?
Thanks a lot
Lam