Hi,
I am using Linq to SQL and I have done some tests using the linq logging tools. When I loop around my object or bind the results to an asp.net gridview, the log file shows the sql was run once. When I bind to the infragistics UltraWebGrid, the log file shows the sql has been run 4 times.
Is this a known issue, and is there any way i can stop this?