I am developing a Windows-application - database mssql - visual basic.
I add Datasets to forms, bind them to daatagridview/textboxes - fill with dataadapter - everything's fine so far.
Here's my question:
how do I programmaticaly move from a record/datarow i a dataset to another.
I know the value of the key-field and want that record to be shown.
If I use the dataset.datatab le.findbykey-method, the program finds the record, but it doesn't move there.
Anybody with good ideas ?
ravno
I add Datasets to forms, bind them to daatagridview/textboxes - fill with dataadapter - everything's fine so far.
Here's my question:
how do I programmaticaly move from a record/datarow i a dataset to another.
I know the value of the key-field and want that record to be shown.
If I use the dataset.datatab le.findbykey-method, the program finds the record, but it doesn't move there.
Anybody with good ideas ?
ravno
Comment