Navigate DataSet
Hi all,
I had a datagridview which is bind to a dataset.
I want to do some condition checking where by if certain field is empty, I will highlight the row of datagridview to some other colour.
By doing this, am I right to say that I need to navigate through the dataset to check if the field is empty.
If yes, may I know how to navigate the dataset? Please help. Thanks

