|
Hi!
Is there an easy way to find which datarow in a datatable is 'open' and showing its field values in various textboxes on a form? [I'm not using a datagrid so can't use its current row property]
Do I have to use CurrencyManager or is there a more direct way, e.g. something like:
int rowNum = myDataSet.Tables["MyTable"].Rows.OpenRow;
Thank you for any and all help.
John F. |