R
RDA
This seems so trivial, but I am new to C#...
In a C# windows form I have a DataGridView that pulls from a database
(via an adapter), how can I access the event that loads each row? I
wish to format one of the cells based upon the data in another cell on
the same row (a very normal programmatic task) but cannot accomplish
this! What am I missing here?
Thanks much
In a C# windows form I have a DataGridView that pulls from a database
(via an adapter), how can I access the event that loads each row? I
wish to format one of the cells based upon the data in another cell on
the same row (a very normal programmatic task) but cannot accomplish
this! What am I missing here?
Thanks much