I mean, I want to take the currently selected row of the datagridview
on the first screen, and use this to select the databound fields on
the second screen.

Another way of putting this, is if I have a screen with a number of
databound fields on there, and a navigator bar, how can I
programmatically go to a specific record.

Hope that makes sense.


On Jan 5, 1:33 pm, KeidrickP <[email protected]> wrote:
> what do you mean by the position of the dataset?
>
>
>
> On Wed, Jan 5, 2011 at 4:39 AM, Markei54545 <[email protected]> wrote:
> > Hi all,
>
> > I have a small problem with a vb.net 2005 program.
>
> > On Form1, I have a datagridview listing out the contents of a dataset.
> > The user clicks on the required record and this record number is
> > passed through to a second form, with another another dataset, bound
> > to various fields on that form.
>
> > I want to know if there is anyway I can read the position of the first
> > dataset, and pass it on to the second one so that the databound fields
> > in the second form reflect those selected in the first.
>
> > Any help gratefully received.
>
> > Regards
>
> > Mark- Hide quoted text -
>
> - Show quoted text -

Reply via email to