Which of the following data source controls does not support caching functionality?
Explanation
Among the listed data source controls, LinqDataSource is the only one that does not provide built-in caching capabilities, whereas XmlDataSource, SqlDataSource, and ObjectDataSource all support caching.