| Cache Object? (6 replies) |
| ASPFriends.com 'aspngcache' list |
| This message, which was originally sent to "aspng", has been moved to "aspngcache" mailing list by the List Master Which lib needs to be imported to use the Cache object? Thanks. |
|
| Cached DropDownList UserControl (2 replies) |
| ASPFriends.com 'aspngcache' list |
| I'm looking for tips on how to create a cached control. A typical example would be a drop down list of contries. This list itself almost never changes, so to to use a DataReader to access the database and bind it to an ASP:DropDownList control amounts to making a trip to the database every time its displayed. Instead, I want to be able to cache the dropdwown list of countries, but also add additio... |
|
| Server-side (3 replies) |
| ASPFriends.com 'aspngcache' list |
| Hi all, My questions is about cache in ASP.NET. You can read at the documentation that is possible to enable only 'server' cache. However, if you configured your website to do it, it wouldn't cache the page. Is that a bug? Do I need to configure anything else (IIS...) ? Cheers, Fennnan (Code I used to configure the cache) " %@ OutputCache Duration "10" Location "Server" VaryByParam "None" % " or R... |
|
| cached items mysteriously disappearing.. (4 replies) |
| ASPFriends.com 'aspngcache' list |
| well, maybe not so mysterious for the pros out there who can hopefully help me out! i have an aspx page, which contains a user control, with a treeview in it. the caching is supposed to be controlled by an application variable, that i manually change (via an aspx page) if i wish to invalidate the cache. the problem is that while this does work, after around 10 mins, the treeview disappears from th... |
|
| some general advice on caching a treeview... (2 replies, VIP) |
| ASPFriends.com 'aspngcache' list |
| hi folks, thanks to those who helped me out with my treeview :) i now have it set up to programmatically add / remove the treeview, works fine. i'm new to caching, and would like some advice on how best to actually cache the treeview. e.g. what exactly should i cache? the xml file, the whole treeview, the xsl template, the whole lot? here's my setup: an access database, which is updated very regul... |
|
| removing items (2 replies, VIP) |
| ASPFriends.com 'aspngcache' list |
| hi all, i have a usercontrol that I output cache. The @outputcache directive looks like: %@ OutputCache Duration "86400" VaryByParam "none"% Is there a way to programmatically destroy this cache item? For example, at www.123aspx.com , the "Resources in the Spotlight", found on the home page, is a usercontrol that is cached for 1 day. I'd like to logon to a manager page (through the browser), click... |
|