VB.net sharing Dataset between different Classes
hi, right now i m creating a webpage with different pages
i want all the pages to have one dataset that contains data from a table in SQL server
i wonder if it is possible to just make one connection in one class and fill the dataset with the data from the SQL server
and have all the other classes uses that dataset

