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. Crash Recovery

Crash Recovery

Scheduled Pinned Locked Moved ASP.NET
cssdatabasesysadminhelp
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.
  • U Offline
    U Offline
    User 3928340
    wrote on last edited by
    #1

    in my web application I m taking entry by grid from the user. user inserts hundreds of lines in grid and when he is finised he presses submit button and data is saved into database. Now problem is, when user is inserting hundredth line and some network failure occurs or client system shuts down. Then all the data entered by the user losts. So tell me any way so that when user logs in next time a message should be their to recover last lost data. and user is able to recover his lost data. Please send the reply. It is as urgent as anything. Thanks

    Ashish Jha Software Engineer

    Y C P 3 Replies Last reply
    0
    • U User 3928340

      in my web application I m taking entry by grid from the user. user inserts hundreds of lines in grid and when he is finised he presses submit button and data is saved into database. Now problem is, when user is inserting hundredth line and some network failure occurs or client system shuts down. Then all the data entered by the user losts. So tell me any way so that when user logs in next time a message should be their to recover last lost data. and user is able to recover his lost data. Please send the reply. It is as urgent as anything. Thanks

      Ashish Jha Software Engineer

      Y Offline
      Y Offline
      Yusuf
      wrote on last edited by
      #2

      Member 3931259 wrote:

      It is as urgent as anything

      taking urgtz to the next level ;P

      Yusuf Oh didn't you notice, analogous to square roots, they recently introduced rectangular, circular, and diamond roots to determine the size of the corresponding shapes when given the area. Luc Pattyn[^]

      1 Reply Last reply
      0
      • U User 3928340

        in my web application I m taking entry by grid from the user. user inserts hundreds of lines in grid and when he is finised he presses submit button and data is saved into database. Now problem is, when user is inserting hundredth line and some network failure occurs or client system shuts down. Then all the data entered by the user losts. So tell me any way so that when user logs in next time a message should be their to recover last lost data. and user is able to recover his lost data. Please send the reply. It is as urgent as anything. Thanks

        Ashish Jha Software Engineer

        C Offline
        C Offline
        Colin Angus Mackay
        wrote on last edited by
        #3

        Have some javascript send the data to some area for draft information until the final version is submitted. Each time the user goes to that page the draft information is looked for. It it exists is is loaded, if not then the user carries on as normal.

        *Developer Day Scotland - Free community conference Delegate Registration Open

        1 Reply Last reply
        0
        • U User 3928340

          in my web application I m taking entry by grid from the user. user inserts hundreds of lines in grid and when he is finised he presses submit button and data is saved into database. Now problem is, when user is inserting hundredth line and some network failure occurs or client system shuts down. Then all the data entered by the user losts. So tell me any way so that when user logs in next time a message should be their to recover last lost data. and user is able to recover his lost data. Please send the reply. It is as urgent as anything. Thanks

          Ashish Jha Software Engineer

          P Offline
          P Offline
          Perry Holman
          wrote on last edited by
          #4

          Maybe the better way is to save the data automatically & timely. Two ways as below: 1) automatically save the data every 30s, 60s, ... etc; 2) automatically save the data when the user input 10th line, 20th line, ... etc.

          Welcome to www.softwaretree.net! You can find many excellent audio/video converter tools there!

          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