Hello,
I'm unsure on how best to do this:
I have a datagrid, bound to a dataset.
I use if dataset1.haschanges - save datagrid data.
But this doesn't work if there is no data in the dataset (which is common).
So if no data exists (the datagrid is blank) and the user type a row of data, dataset1.haschanges still returns false.
How do I get around this?
Thanks,
Amber
I'm unsure on how best to do this:
I have a datagrid, bound to a dataset.
I use if dataset1.haschanges - save datagrid data.
But this doesn't work if there is no data in the dataset (which is common).
So if no data exists (the datagrid is blank) and the user type a row of data, dataset1.haschanges still returns false.
How do I get around this?
Thanks,
Amber