Click to See Complete Forum and Search --> : representing dataset after receiving from webservice


faysal_002299
May 25th, 2008, 09:51 AM
Hello all,

In my webservice, in a webmethod named emData, I am extracting some data from a sql server database and arranging those data in a DataSet following some query. Now that DataSet is the return value of my webmethod emData. I am working with C#

How can I show that dataset in my client aspx page in a normal table after receiving it from the webservice?
Please help me to solve this out.


with regards,
Faysal

Shuja Ali
May 25th, 2008, 11:15 AM
You could just use DataGrid (2003) or GridView (2005) to display data. Same thing goes for WinForms application.