I have a datagridview
on my winform
which returns a search result from my database. After the search is returned, I would like to delete null rows from an specified column.
Here's an example:
let's say that I want to delete the rows which have null value on the type #2
column.
I am totally stuck. How should I do this?