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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. ASP.NET
  4. maintaining state

maintaining state

Scheduled Pinned Locked Moved ASP.NET
question
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.
  • L Offline
    L Offline
    Linux Gates
    wrote on last edited by
    #1

    my application needs to store a lot of data collected thru a lot of pages via various aspx pages ....and then display it in a consolidated page...which is basically a form kind of...the data for which is collected thru many aspx pages visited earlier... what is the best possible way to do it??? ciao, LG

    G I 2 Replies Last reply
    0
    • L Linux Gates

      my application needs to store a lot of data collected thru a lot of pages via various aspx pages ....and then display it in a consolidated page...which is basically a form kind of...the data for which is collected thru many aspx pages visited earlier... what is the best possible way to do it??? ciao, LG

      G Offline
      G Offline
      Guffa
      wrote on last edited by
      #2

      A database. --- b { font-weight: normal; }

      1 Reply Last reply
      0
      • L Linux Gates

        my application needs to store a lot of data collected thru a lot of pages via various aspx pages ....and then display it in a consolidated page...which is basically a form kind of...the data for which is collected thru many aspx pages visited earlier... what is the best possible way to do it??? ciao, LG

        I Offline
        I Offline
        Ista
        wrote on last edited by
        #3

        create a momento class ( design pattern ) for each page. Then save it inside the Session object ( Session.Add() ) The momento design allows undo. Nick 1 line of code equals many bugs. So don't write any!!

        L 1 Reply Last reply
        0
        • I Ista

          create a momento class ( design pattern ) for each page. Then save it inside the Session object ( Session.Add() ) The momento design allows undo. Nick 1 line of code equals many bugs. So don't write any!!

          L Offline
          L Offline
          Linux Gates
          wrote on last edited by
          #4

          can you please give me short example for the momento class... ciao, LG

          I 1 Reply Last reply
          0
          • L Linux Gates

            can you please give me short example for the momento class... ciao, LG

            I Offline
            I Offline
            Ista
            wrote on last edited by
            #5

            http://pages.cpsc.ucalgary.ca/~kristen/index.shtml[^] is some white papers www.oozinoz.com has a design pattern book for c#. It IS the best source for design paatern in existence. I suggest buying the book. It will enhance your programming skills tremendously. 1 line of code equals many bugs. So don't write any!!

            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