Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. ASP.NET
  4. CACHING IN ASP.NET

CACHING IN ASP.NET

Scheduled Pinned Locked Moved ASP.NET
csharpasp-nettutorialquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    member27
    wrote on last edited by
    #1

    Hi all, Iam using caching in my asp.net application..I have used the code Cache.Insert("Ds", DsiReports) I have inserted a dataset in cache which contain records... wheh i use the below the code.(Cache.Item("Ds")) contains nothing If Not IsNothing(Cache.Item("Ds")) Then DsiReports = Cache.Item("Ds") End If wheh i run the same code in my near by and other system the cache contains data..In my system cache is not wrking .. How to enable cache in my system?? pls give some suggestion... I searched in google but it didnt work

    T 1 Reply Last reply
    0
    • M member27

      Hi all, Iam using caching in my asp.net application..I have used the code Cache.Insert("Ds", DsiReports) I have inserted a dataset in cache which contain records... wheh i use the below the code.(Cache.Item("Ds")) contains nothing If Not IsNothing(Cache.Item("Ds")) Then DsiReports = Cache.Item("Ds") End If wheh i run the same code in my near by and other system the cache contains data..In my system cache is not wrking .. How to enable cache in my system?? pls give some suggestion... I searched in google but it didnt work

      T Offline
      T Offline
      ToddHileHoffer
      wrote on last edited by
      #2

      I'm not sure what your issue is exactly. I did write an article about how to cache datatables maybe it will help you out a bit. http://www.codeproject.com/KB/aspnet/LookUpDataCache.aspx[^]

      I didn't get any requirements for the signature

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups