Hello,
I am developing an application which has multiple forms in the same namespace. I would like to create a dataset that is accessible to all forms in the namespace.
How do I go about creating it so that it can be used anywhere....do I have to put it in a separate class within the namespace?
Any help would be great.
Thanks.