I have an ObjectDataSource that it has an Output Parameter in its select method. And my ObjectDataSource is enabled caching.
When ObjectDataSource retrieves data from database, I have access to output parameter in ObjectDataSource_Selected
Event.
But when data retrieves from cached version, Selected
Event will not fire and I haven’t access to output parameter.
Is there any solution to access output parameters when ObjectDataSource retrieves data from cache?