How to delete a row from a dataset bound to a datagrid -
04-04-2006
, 04:49 PM
Hi,
I'e a datagridview bound to a dataset. To add a row, I just add it to the
dataset and it is reflected automatically on de datagridview.
Can I do the same if I want to delete a row? I mean... Is there a way to
know in wich row of the dataset do I have my datagridview focused ?
Thanks
CC |