Durgagithu
Results
2
comments of
Durgagithu
I am facing similar issue where I need to call webservice which sends and returns Dataset. How can this be resolved?
> > I encountered the same problem a while ago. I'm using the following workaround currently to transform XElements into a DataSet: > > ```cs > > private DataSet ToDataSet(ArrayOfXElement...