HttpWebResponse to return 300K records error C#

28 views Asked by At

WPF client is calling a service inside a container. This call should return 300K records. Records are displayed in a grid for reporting. Problem is that this is too many records and will not return anything. Is there a way to return this much data without batching them like 1000 records at a time?

0

There are 0 answers