G
Guest
Hello
I have a simple C# Windows application with 2 forms. Both forms use data from the same dataset. The problem is that even if I declare the dataset as a public variable in one of the forms, the other cannot use it because of scope. Does anyone know how I can declare the dataset and fill it with data once my application starts, then be able to work with this dataset and update the data in it from any form in the application
Thanks
Boris
I have a simple C# Windows application with 2 forms. Both forms use data from the same dataset. The problem is that even if I declare the dataset as a public variable in one of the forms, the other cannot use it because of scope. Does anyone know how I can declare the dataset and fill it with data once my application starts, then be able to work with this dataset and update the data in it from any form in the application
Thanks
Boris