S
Srinivas R. Loka
I am a newbie in this area. I want to write a web service that executes an
SQL and returns the resultset. The resultset is to be bound to a datagrid on
the receiving end.
Should I return a dataset from the web service and bind that to the Datagrid
OR
should I return the XML(using GetXML method of DataSet) string and on the
receiving end, fill a dataset and bind that to the Datagrid.
How much more data is transferred if a Dataset is returned instead of just
the resultset xml ? How can I measure the actual bytes being transferred ?
Thanks for any suggestions.
Srinivas Loka
SQL and returns the resultset. The resultset is to be bound to a datagrid on
the receiving end.
Should I return a dataset from the web service and bind that to the Datagrid
OR
should I return the XML(using GetXML method of DataSet) string and on the
receiving end, fill a dataset and bind that to the Datagrid.
How much more data is transferred if a Dataset is returned instead of just
the resultset xml ? How can I measure the actual bytes being transferred ?
Thanks for any suggestions.
Srinivas Loka