G
Geir Holme
Hi all.
As I read about .NET i see that we should use a datareader to read data.
Well, that's OK, but is this det best way of filling a Datagrid just for
reading. I don't want to use a listboks because I want to add some collors
to the cells depending on the values and so on. So, is there an easy way to
fill a datagrid from a datareader without looping arroun each row and each
cell. If not, is this looping more effektive than connecting a dataset to
the datagrid an .fill the adapter?
Or is there another fast and easy way of filling the datagrid.
And some simple ones.
Does the datagrid support multirow. (One record displayed over 2 rows in the
grid).
Does the combo in .NET support multicolumn. (Typically hide the ID column).
Thanx all
-geir
As I read about .NET i see that we should use a datareader to read data.
Well, that's OK, but is this det best way of filling a Datagrid just for
reading. I don't want to use a listboks because I want to add some collors
to the cells depending on the values and so on. So, is there an easy way to
fill a datagrid from a datareader without looping arroun each row and each
cell. If not, is this looping more effektive than connecting a dataset to
the datagrid an .fill the adapter?
Or is there another fast and easy way of filling the datagrid.
And some simple ones.
Does the datagrid support multirow. (One record displayed over 2 rows in the
grid).
Does the combo in .NET support multicolumn. (Typically hide the ID column).
Thanx all
-geir