That's right, the selects are run against the database. If you filter with
the FilterExpression property, it will take place on the web server inside
the application.

Signature
Eliyahu Goldin,
Software Developer & Consultant
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net
> On looking further with sql profiler it looks as my parameters are all
> passed to the SQL Server and the processing is done there
[quoted text clipped - 46 lines]
>>
>> Andy
AAJ - 27 Feb 2007 11:32 GMT
Many thanks
Andy
> That's right, the selects are run against the database. If you filter with
> the FilterExpression property, it will take place on the web server inside
[quoted text clipped - 50 lines]
>>>
>>> Andy