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. Across pages Data

Across pages Data

Scheduled Pinned Locked Moved ASP.NET
help
5 Posts 3 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
    monu nair
    wrote on last edited by
    #1

    i have survey project. i have consecutive 5 pages. and each pages have some controls. i want to use all the previous 4 pages values on last 5 th page i don't want to use following techniques. session cache application context previoupagedirectory querystring is there any other techniques to solve my problem MBMB

    V U 2 Replies Last reply
    0
    • M monu nair

      i have survey project. i have consecutive 5 pages. and each pages have some controls. i want to use all the previous 4 pages values on last 5 th page i don't want to use following techniques. session cache application context previoupagedirectory querystring is there any other techniques to solve my problem MBMB

      V Offline
      V Offline
      VenkataRamana Gali
      wrote on last edited by
      #2

      create one class, add static variables to that class, in last page, retrive from these variables and save.....

      Ramana

      M U 2 Replies Last reply
      0
      • V VenkataRamana Gali

        create one class, add static variables to that class, in last page, retrive from these variables and save.....

        Ramana

        M Offline
        M Offline
        monu nair
        wrote on last edited by
        #3

        Thanks Ramana for Nice answer mbmb

        1 Reply Last reply
        0
        • V VenkataRamana Gali

          create one class, add static variables to that class, in last page, retrive from these variables and save.....

          Ramana

          U Offline
          U Offline
          Urs Enzler
          wrote on last edited by
          #4

          But you know that this data will be shared between all requests by all users?? This will never work if there is more than one user! And actually, this would be the same as using the Application state.

          -^-^-^-^-^- no risk no funk ................... please vote ------>

          1 Reply Last reply
          0
          • M monu nair

            i have survey project. i have consecutive 5 pages. and each pages have some controls. i want to use all the previous 4 pages values on last 5 th page i don't want to use following techniques. session cache application context previoupagedirectory querystring is there any other techniques to solve my problem MBMB

            U Offline
            U Offline
            Urs Enzler
            wrote on last edited by
            #5

            MB_1981 wrote:

            session cache application context previoupagedirectory querystring

            Why not? Normally you would use the Session or Querystring for this kind of requirement.

            -^-^-^-^-^- no risk no funk ................... please vote ------>

            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