Return DataTable from Web Service
I know this is an old theme but I had to write a sample app for demonstration in a tech forum. So reproducing here also.
Importantly, the DataTable/DataSet must be serializable.
ASMX Code:
public class Service1 : System.Web.Services.WebService
{
[WebMethod]
[...]












