I have a a dataset under a folder called DataSetsForReporting, this xsd is called:
DataSet_Clients.xsd
My question is how can i set the data set mentioned above equal to an instance of a data set in my page? for example:
DataSet myDataSet = new DataSet();
myDataSet = (the data set under that folder).
Is this possible and if it is how can I do it?
Thank you
if the xsd under app_Data folder