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. Continue the background process on postbacks

Continue the background process on postbacks

Scheduled Pinned Locked Moved ASP.NET
cssalgorithmshelpquestion
4 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.
  • M Offline
    M Offline
    M J Jaya Chitra
    wrote on last edited by
    #1

    Dear All, I am having a web application, in a page I want to do achieve the below functionality: In a grid list of options will be displayed, when the user selects and click on a button some process has to be done in back end in the same page but even though the user clicks on any grid paging or sorting any thing in the page the process triggered should not be stopped. Can we achieve this? If so how it can be? Kindly help me in this regard. Thanks a lot in advance.

    Best Regards, M. J. Jaya Chitra

    R D 2 Replies Last reply
    0
    • M M J Jaya Chitra

      Dear All, I am having a web application, in a page I want to do achieve the below functionality: In a grid list of options will be displayed, when the user selects and click on a button some process has to be done in back end in the same page but even though the user clicks on any grid paging or sorting any thing in the page the process triggered should not be stopped. Can we achieve this? If so how it can be? Kindly help me in this regard. Thanks a lot in advance.

      Best Regards, M. J. Jaya Chitra

      R Offline
      R Offline
      r a m e s h
      wrote on last edited by
      #2

      I would suggest to develop the process as a windows application and run it from asp.net if it is a bigger one. Because if you run the process from asp.net itself, then it will run within the context of IIS and also the the memory allocated to IIS is limited. This will broke the execution of the process if it is big. If the memory occupied by the process is exceed the IIS memory limit, then the session will be broken. So if you create the process as a windows application, you can start the executable in the server side and pass some parameters as command line aruguments(if required) from asp.net. In this scenario, the process will not run under IIS context. But your asp.net application will need access rights to run the application. You can watch whether the process is completed asynchronously using client side timers.

      1 Reply Last reply
      0
      • M M J Jaya Chitra

        Dear All, I am having a web application, in a page I want to do achieve the below functionality: In a grid list of options will be displayed, when the user selects and click on a button some process has to be done in back end in the same page but even though the user clicks on any grid paging or sorting any thing in the page the process triggered should not be stopped. Can we achieve this? If so how it can be? Kindly help me in this regard. Thanks a lot in advance.

        Best Regards, M. J. Jaya Chitra

        D Offline
        D Offline
        devilidea
        wrote on last edited by
        #3

        关注

        M 1 Reply Last reply
        0
        • D devilidea

          关注

          M Offline
          M Offline
          M J Jaya Chitra
          wrote on last edited by
          #4

          What is this?

          Best Regards, M. J. Jaya Chitra

          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