I posted something similar previously but I did not have any responses...so I think I didn't explain it correctly.
I pulled data from oracle through a web service to a windows app into dataset "ds". I bound the dataset to a datagrid. This works well.
What I would like to do is select a row in the datagrid and then open another form for which I would like to edit the fields corresponding to the selectedindex. I had been able to do this in the past, but I cannot seem to find anything to reflect on in my records or any good example on the internet...
I am almost positive it is something to do with bindingcontext or something like that....but everything I have found I cannot seem to understand...
Thanks, John
I pulled data from oracle through a web service to a windows app into dataset "ds". I bound the dataset to a datagrid. This works well.
What I would like to do is select a row in the datagrid and then open another form for which I would like to edit the fields corresponding to the selectedindex. I had been able to do this in the past, but I cannot seem to find anything to reflect on in my records or any good example on the internet...
I am almost positive it is something to do with bindingcontext or something like that....but everything I have found I cannot seem to understand...
Thanks, John