I need to load and fill a data set in my main form and I need to be able to access this dataset from other forms in my program without having to reload and refill the data set every time. I was told that I could set my dataset static but can't managed to do so.
This is windows application in
VB.NET
Can someone help?
Thanks