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. General Programming
  3. C#
  4. Send Objects between Pages

Send Objects between Pages

Scheduled Pinned Locked Moved C#
help
9 Posts 6 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.
  • S Offline
    S Offline
    Satish Developer
    wrote on last edited by
    #1

    Hi, i have a doubt.. I want to send an object to next page..directly....At there using this object, i want to use its memebers and methods. I need to send objects between aspx pages. Please help me regarding this... Thanking you

    G. Satish

    C A N 3 Replies Last reply
    0
    • S Satish Developer

      Hi, i have a doubt.. I want to send an object to next page..directly....At there using this object, i want to use its memebers and methods. I need to send objects between aspx pages. Please help me regarding this... Thanking you

      G. Satish

      C Offline
      C Offline
      Chetan Patel
      wrote on last edited by
      #2

      Store That object in Session

      Best Regards, Chetan Patel

      S 1 Reply Last reply
      0
      • C Chetan Patel

        Store That object in Session

        Best Regards, Chetan Patel

        S Offline
        S Offline
        Satish Developer
        wrote on last edited by
        #3

        By storing the objects in session, the perfomance of applciation will degreed. Any alternative rather than using sessions?

        G. Satish

        C 1 Reply Last reply
        0
        • S Satish Developer

          Hi, i have a doubt.. I want to send an object to next page..directly....At there using this object, i want to use its memebers and methods. I need to send objects between aspx pages. Please help me regarding this... Thanking you

          G. Satish

          A Offline
          A Offline
          Andrei Ungureanu
          wrote on last edited by
          #4

          Have you considered using Delegates?

          I will use Google before asking dumb questions

          C 1 Reply Last reply
          0
          • S Satish Developer

            By storing the objects in session, the perfomance of applciation will degreed. Any alternative rather than using sessions?

            G. Satish

            C Offline
            C Offline
            Christian Graus
            wrote on last edited by
            #5

            You've posted this in more than one forum, haven't you ? The session is really your only hope for what you want to do, that's why it's a bad idea. What specifically are you trying to achieve ?

            Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

            S 1 Reply Last reply
            0
            • A Andrei Ungureanu

              Have you considered using Delegates?

              I will use Google before asking dumb questions

              C Offline
              C Offline
              Christian Graus
              wrote on last edited by
              #6

              This is an ASP.NET question, he's just posted it in the wrong place.

              Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

              1 Reply Last reply
              0
              • C Christian Graus

                You've posted this in more than one forum, haven't you ? The session is really your only hope for what you want to do, that's why it's a bad idea. What specifically are you trying to achieve ?

                Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

                S Offline
                S Offline
                Satish Developer
                wrote on last edited by
                #7

                Actually first i wrongly posted in c# board, later i realise and post the same in asp.net... This is not intentionally done..

                G. Satish

                1 Reply Last reply
                0
                • S Satish Developer

                  Hi, i have a doubt.. I want to send an object to next page..directly....At there using this object, i want to use its memebers and methods. I need to send objects between aspx pages. Please help me regarding this... Thanking you

                  G. Satish

                  N Offline
                  N Offline
                  Nouman Bhatti
                  wrote on last edited by
                  #8

                  you can use session or application object for that purpose

                  V 1 Reply Last reply
                  0
                  • N Nouman Bhatti

                    you can use session or application object for that purpose

                    V Offline
                    V Offline
                    Vikram A Punathambekar
                    wrote on last edited by
                    #9

                    The Application object is a dangerous thing to use here.

                    Cheers, Vikram.


                    Zeppelin's law: In any Soapbox discussion involving Stan Shannon, the probability of the term "leftist" or "Marxist" appearing approaches 1 monotonically. Harris' addendum: I think you meant "monotonously". Martin's second addendum: Jeffersonian... I think that should at least get a mention.

                    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