D
David R.
I would like to consume a web service. There is one method in this
webservice that returns the results in a DataSet type.
I know that I can return the data in a GridView control. However, if I want
to deal with the data behind the scenes (without displaying to the user),
how do I do it?
For example, this method might return the City and temperature in the
DataSet, how do I retrieve this info without outputting to a GridView
control?
Thanks.
webservice that returns the results in a DataSet type.
I know that I can return the data in a GridView control. However, if I want
to deal with the data behind the scenes (without displaying to the user),
how do I do it?
For example, this method might return the City and temperature in the
DataSet, how do I retrieve this info without outputting to a GridView
control?
Thanks.