I have a Windows form which is populated by a SQL query via a Dataset. The dataset is used to populate a datagrid on the form, and lists the operations it takes to make a manufactured component, in a simplified manor. I want to be able to drag one of these operations, (a row on the datagrid) into a more detailed display of text boxes which can then be manipulated by the user.
So far I have worked out how to drag and drop the first field from the datagrid into one of the text boxes.
What I cant seem to work out is how to use this field to retrieve the appropriatte data from the dataset.
Thanks
So far I have worked out how to drag and drop the first field from the datagrid into one of the text boxes.
What I cant seem to work out is how to use this field to retrieve the appropriatte data from the dataset.
Thanks