N
NEWS
I want to display data in a VB.NET DataGrid - but the data is from my VB
code, not bound to a database.
I am using code like this :-
DataGrid1.Item(1, 1) = "Test"
I keep getting the message "Data cannot be read from a DataGrid which is not
bound to a DataTable"
What am I doing wrong?
thanks
Garry
code, not bound to a database.
I am using code like this :-
DataGrid1.Item(1, 1) = "Test"
I keep getting the message "Data cannot be read from a DataGrid which is not
bound to a DataTable"
What am I doing wrong?
thanks
Garry