M
msch-prv
(Re-post) I have a datalist tied to an ObjectDataSource (ods) that
selects data via a custom function located in my BLL. The function
retrieves data either directly from the db or the cache using
HttpContext.Current.Cache. When the cached data is loaded back into
the ods, the ods Selected event is "frozen" (fires ok for "fresh
data").
different approach? In my case, the ods Selected event is used to
update the datalist navigation links. Thanks for any pointers.
selects data via a custom function located in my BLL. The function
retrieves data either directly from the db or the cache using
HttpContext.Current.Cache. When the cached data is loaded back into
the ods, the ods Selected event is "frozen" (fires ok for "fresh
data").
cached data. Is this true? If so, is there a work-around or aFrom what I have read, it seems that ods events are disabled for
different approach? In my case, the ods Selected event is used to
update the datalist navigation links. Thanks for any pointers.