PDA

View Full Version : How to Read Results of BandwidthGetUsage


timothysledge
04-09-2009, 02:12 PM
How would I use vb on an aspx page to read the results of ...

daspCustomerAPI.BandwidthGetUsage(strAPIKey, dateBegin, dateEnd)

It appears to be a dataset. I know how to use a SQLDataAdapter to read a dataset, but how would I read this one?

Thanks

bruce
04-09-2009, 06:52 PM
You can read this just like any other dataset object.