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. Application Variables

Application Variables

Scheduled Pinned Locked Moved ASP.NET
questiondatabasewpfwcfperformance
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
    mlifty
    wrote on last edited by
    #1

    What's Better? I am binding my nav and dropdown lists from application variables I have created in global.asax. My question is: Is it better to use a DataSet or DataReader for application variables? As the application variable is persistent through out the app once loaded on "Application_Start" a DataReader would be better?, as DataSet would take more resource memory? and because it is an application variable it would not requery database.. What do you think? Am I being pedantic?:~

    A 1 Reply Last reply
    0
    • M mlifty

      What's Better? I am binding my nav and dropdown lists from application variables I have created in global.asax. My question is: Is it better to use a DataSet or DataReader for application variables? As the application variable is persistent through out the app once loaded on "Application_Start" a DataReader would be better?, as DataSet would take more resource memory? and because it is an application variable it would not requery database.. What do you think? Am I being pedantic?:~

      A Offline
      A Offline
      Anonymous
      wrote on last edited by
      #2

      You do one thing on the Page_Load() Sub just Populate the DDW like this why to use datareader or dataset for the Application variables? :laugh:

      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