Board index » Web Programming » Clarification - ObjectDataSource events and caching
|
villagidit
|
Clarification - ObjectDataSource events and caching
Web Programming452
(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"). QuoteFrom what I have read, it seems that ods events are disabled for update the datalist navigation links. Thanks for any pointers. - |
