P
Prashant Kumar via DotNetMonster.com
Hi,
I need to invoke a winforms app from another app. I do this using the System.Diagonostics.Process class.
I need to be passing a dataset as an input to the winforms app. I also need to be returning the dataset back to the calling app after some changes to the dataset are affected in the winforms.
Is there some way of doing it other than using an intermediate file to which the dataset xml can be written to ???
The problem in using a local file is that I lose my row states in the dataset. How do I handle this such that I can preserve the row states across applications?
Thanks & regards,
Pras.
I need to invoke a winforms app from another app. I do this using the System.Diagonostics.Process class.
I need to be passing a dataset as an input to the winforms app. I also need to be returning the dataset back to the calling app after some changes to the dataset are affected in the winforms.
Is there some way of doing it other than using an intermediate file to which the dataset xml can be written to ???
The problem in using a local file is that I lose my row states in the dataset. How do I handle this such that I can preserve the row states across applications?
Thanks & regards,
Pras.