Hi,
Im trying to implement something given to me however I've come across an error
when using:
[WebMethod]
public DataSet getAll()
{
DataSet isnt recognised. Im guessing I'm missing one of the "using System..." statement from the start but I dont know what it is. I was wondering if anyone could help me out?
Im using Visual Studio 2008