Click here to Skip to main content
15,892,768 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi!
I would realy like to understand SqlDataSource caching...
is it cached individually for each session (for each "user") or is it cached at the application level
Posted

Take a look at this link.Caching Data with the SqlDataSource Control[^].
It works based on the setting on the database connection string.The setting enables the database base(MS SQL Sever) to retrieve data with in certain catching time interval. This is useful when you want to avoid a re-run highly resource intensive queries.

I hope this helps you well.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900