Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 743367
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T08:51:19+00:00 2026-05-14T08:51:19+00:00

Having a weird bug in production and just wondering if it’s possible for a

  • 0

Having a weird bug in production and just wondering if it’s possible for a half submitted web page to processed by the server?

The page has no view state just using plain old html controls and accessing data displayed in repeater on the back end via Request.Form[name] etc.

Is it possible for a request to be truncated perhaps due to lost internet connection and the page still processed by the server. Therefore if field not part of the request Request.Form[name] could result in null?

I know can use fiddler to modify request but unfortunately we are not allowed to change group policy and change the proxy!

Many Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T08:51:19+00:00Added an answer on May 14, 2026 at 8:51 am

    Is it possible for a request to be truncated perhaps due to lost internet connection and the page still processed by the server ?

    Yes this is possible, if some one press the submit button, even if the page is not fully loaded the browser close the form and submit what ever have until that moment. !

    To check if the page is full send it, left EnableEventValidation=true
    If the page is not fully send it then you get a throw error.

    I think also the Page.IsValid function do a similar work. If page isValid then you get all data.

    So if you have a delay on a part of a page you get what ever data browser have until then.

    To test what I say use this code inside your page, the moment your page is reach this delay, do a click on a button, and you get only the data up to this point.

    <%
    Response.Flush();
    System.Threading.Thread.Sleep(10000);
    %>
    

    Any page can submitted with corrupted data, happens many times,

    and thats why ms have include the __EVENTVALIDATION hidden control in every page (except if you disabled it), to check if the page is corrected send it back.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We're having this weird bug where if the application is opened and the user
I've just downloaded AFNetworking to try and mess with it, but i'm having weird
I finally was able to track a weird bug I was having down to
I'm having a weird problem and I'm not sure if it's a bug in
I am having a weird bug when I set and get cookies after a
This is a very weird bug I'm having. I'm using Modernizer and after a
I’m having a pretty weird bug occurring in my JS application on a random
I'm having a wierd bug with Facebook right now. Having installed Timeline on my
Im having a weird issue here; The following .htaccess works but now (after changing
I'm having a weird issue with Internet Explorer which is not converting a valid

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.