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.
The cache applies to that particular session. -- Regards, Alvin Bruney ------------------------------------------------------ Shameless author plug Excel Services for .NET - MS Press Professional VSTO 2005 - Wrox/Wiley OWC Black Book www.lulu.com/owc "Aamir Ghanchi" wrote in message news:1187291129.951665.84680@m37g2000prh.googlegroups.com... > 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. >