I am trying to create a webservice and pass back to my combobox an IDataReader.
When I try to run the service, I get this in my webpage: "Cannot serialize interface System.Data.IDataReader". Can I use a DataReader or does it have to be XML or something like that?
Could someone point me in the right direction.
Thanks
When I try to run the service, I get this in my webpage: "Cannot serialize interface System.Data.IDataReader". Can I use a DataReader or does it have to be XML or something like that?
Could someone point me in the right direction.
Thanks