dataset between forms

David_nyh

Member
Joined
Mar 4, 2005
Messages
16
Programming Experience
Beginner
I have two forms. On the first form I have a datagrid when I click on a row it fills a typed dataset. On the second form I have another datagrid that has to display all the rows I clicked on the datagrid from the first form. When I'm ok with the selection I click save on the second form. But when I test the typed dataset on the second form it is empty. In a webapplication I put the dataset in a session but how do I do it in winforms?

Thanks

David_nyh
 
Request was moved to new thread. (different topics)
 
Back
Top