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
  1. Home
  2. Web Development
  3. ASP.NET
  4. Statical Data in ASP.Net

Statical Data in ASP.Net

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netquestion
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.
  • L Offline
    L Offline
    Landarzar
    wrote on last edited by
    #1

    Is there a way to create statical data, that is every time for alle sessions accesable? I tryed to create a static class, and i add an static field from type DataSet. Access form the pages works well und adding new rows also, but after an page reload (press an button or somethink) the dataset is empty. Is there a way to make code that is for all sessions every time accessable? or i have to do it per remoting?

    M 1 Reply Last reply
    0
    • L Landarzar

      Is there a way to create statical data, that is every time for alle sessions accesable? I tryed to create a static class, and i add an static field from type DataSet. Access form the pages works well und adding new rows also, but after an page reload (press an button or somethink) the dataset is empty. Is there a way to make code that is for all sessions every time accessable? or i have to do it per remoting?

      M Offline
      M Offline
      Mike Ellison
      wrote on last edited by
      #2

      You can use the Application Cache[^] object for something like this.

      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