Are ObjectDataSource events disabled for caching?
I have a datalist tied to an ObjectDataSource that retrieves data out of a custom function located in my BLL. This function retrieves data from the db and supports caching. When the cached data is loaded back into the ods, the ods Selected event does not trigger anymore (fires ok for "fresh data").
From what I have read, it seems that ods events are disabled for cached data. Is this true? If so, is there a work-around? The ods Selected event is used to update the datalist navigation links. Thanks for any pointers.
|