locked
Runtime Error RRS feed

  • Question

  • User197255166 posted

    Hi everyone,

    I have more textboxes on a project. Users are applying by filling out these TextBoxes. But there is a situation like this.

    For example, some textboxes 2000 some 1000 characters, some time it takes to write them. I get a "Runtime Error" error when I try to save 10-20 minutes or more of my experiment.

    What do I have to do to resolve this error? Both server and software side.

    Tuesday, December 19, 2017 2:56 PM

All replies

  • User541108374 posted

    Hi,

    20 minutes? Sounds like a session timeout, you try on postback to retrieve something from that session information and it doesn't exist anymore.

    If possible I'd suggest you take an ajax approach where every x seconds you save the current state of the page to the database or keep the session warm by calling to it every minute (ajax call and in the method on the server read out the Session state).

    Kris.

    Tuesday, December 19, 2017 3:36 PM
  • User-1838255255 posted

    Hi Aliyimaz,

    According to your description, I know you have some textboxes, but you have one textbox need input more than 2000 characters, when you save them, you get the "Runtime Error"?

    some time it takes to write them. I get a "Runtime Error" error when I try to save 10-20 minutes or more of my experiment.

    I am not clear this sentence meaning, I hope you could give us a detailed description of you needs and your issue. I hope you could share your detailed error message, and post the complete code! 

    Best Regards,

    Eric Du

    Wednesday, December 20, 2017 8:30 AM