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. Passing more values

Passing more values

Scheduled Pinned Locked Moved ASP.NET
question
4 Posts 4 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.
  • A Offline
    A Offline
    Anuja Gaur
    wrote on last edited by
    #1

    how do i pass 50-60 values from one page to another .. Anuja

    G A J 3 Replies Last reply
    0
    • A Anuja Gaur

      how do i pass 50-60 values from one page to another .. Anuja

      G Offline
      G Offline
      Gerald Leslie Jones
      wrote on last edited by
      #2

      Hi, You can do Server.Transfer to the next page. So that you can get the instance of the parent page in the context and access all the values. Hope this helps...

      1 Reply Last reply
      0
      • A Anuja Gaur

        how do i pass 50-60 values from one page to another .. Anuja

        A Offline
        A Offline
        Albert Pascual
        wrote on last edited by
        #3

        What about the simple Page.aspx?Option1=value1&Option2=value2&(...)

        1 Reply Last reply
        0
        • A Anuja Gaur

          how do i pass 50-60 values from one page to another .. Anuja

          J Offline
          J Offline
          Jesse Squire
          wrote on last edited by
          #4

          Just to build on the other [great] suggestions that were offered above... You could also push your data into the Session object, or into a database and retrieve it from the new page. Hope that keeps the ball rolling on ideas. :)   --Jesse

          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