Hi, I wanted to know if caching is enabled for a SqlDataSource/
ObjectDataSource through EnableCaching property, is the cached data
available for that particular http session or is it cached for and
used by all the sessions that happen to use the identical T-Sql SELECT
(including with paramater values) ?
will appreciate your response.
thanks in advance.
Alvin Bruney [MVP] - 17 Aug 2007 00:51 GMT
The cache applies to that particular session.

Signature
Regards,
Alvin Bruney
------------------------------------------------------
Shameless author plug
Excel Services for .NET - MS Press
Professional VSTO 2005 - Wrox/Wiley
OWC Black Book www.lulu.com/owc
> Hi, I wanted to know if caching is enabled for a SqlDataSource/
> ObjectDataSource through EnableCaching property, is the cached data
[quoted text clipped - 5 lines]
>
> thanks in advance.