Hi
I'm trying to use the DataSet and to do so i've referenced the System.Data right! But as soon as i declare a DataSet it asks me to reference the System.XML too.! Should it be so?
When i tried to reference the System.XML and used the below code it failed; as opposed to when it USED to work on another pc:
Thanks
B
I'm trying to use the DataSet and to do so i've referenced the System.Data right! But as soon as i declare a DataSet it asks me to reference the System.XML too.! Should it be so?
When i tried to reference the System.XML and used the below code it failed; as opposed to when it USED to work on another pc:
Code:
dataviewgrid1.datasource = myDataset.tables("mytable").DefaultView
Thanks
B