I have a form with a datagrid and when the user double clicks a row i want to open a new form with the datagrid rows values in textboxes in the new form.
Ive tried binding the textboxes to the dataset and that seems to work out good except I get the first record in the dataset not the one selected in the previous form. I also tried binding a hidden datagrid to the dataset and then setting the selected row to the one in the previous form but it only selects the row and does not change the textbox binding.
So basically is there a way to specify what row in the dataset is selected so the bound textbox will show the desired info?
Thanks,
Steve