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. Sessions

Sessions

Scheduled Pinned Locked Moved ASP.NET
5 Posts 5 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.
  • K Offline
    K Offline
    kheer
    wrote on last edited by
    #1

    I want to pass data from one page to another is it correct process using 15 session objects for this process or is there any other way of passing data from one page to another

    B H A A 4 Replies Last reply
    0
    • K kheer

      I want to pass data from one page to another is it correct process using 15 session objects for this process or is there any other way of passing data from one page to another

      B Offline
      B Offline
      Brij
      wrote on last edited by
      #2

      There are several ways to pass data to another page. -Query string might be an option. -You can have public properties on target page and set it from source page. - Session is always an option but if you need to pass another page then dont need to use this For more details Have a look

      Cheers!! Brij Check my latest Article :A walkthrough to Application State

      1 Reply Last reply
      0
      • K kheer

        I want to pass data from one page to another is it correct process using 15 session objects for this process or is there any other way of passing data from one page to another

        H Offline
        H Offline
        HimaBindu Vejella
        wrote on last edited by
        #3

        you can use querystring, but if your data need to be secured be sure to encrypt the Query String http://himabinduvejella.blogspot.com

        Iblog "If you can dream IT, you can become IT"

        1 Reply Last reply
        0
        • K kheer

          I want to pass data from one page to another is it correct process using 15 session objects for this process or is there any other way of passing data from one page to another

          A Offline
          A Offline
          Adam R Harris
          wrote on last edited by
          #4

          You could always use one object with all your data in it. KeyValuePair Structure[^]

          If at first you don't succeed ... post it on The Code Project and Pray.

          1 Reply Last reply
          0
          • K kheer

            I want to pass data from one page to another is it correct process using 15 session objects for this process or is there any other way of passing data from one page to another

            A Offline
            A Offline
            anand csharp
            wrote on last edited by
            #5

            You can do this via Session. But there are many way to do the same. If your data is not sensitive then use query string. if that will be sensitive then encrypt that data and then put it into Query String.

            ANAND KUMAR Owner www.csharpmagic.com www.asbrainz.com

            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