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 7992585
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T13:36:16+00:00 2026-06-04T13:36:16+00:00

We have a huge grid and we have checkboxes and same textboxes. We are

  • 0

We have a huge grid and we have checkboxes and same textboxes.

We are experiencing weird behavior, one example is that the buttons on the bottom do cause a postback but doing the step debugging reveals that the event handlers are not being called.

so we moved the buttons to the top of the page and now the event handlers are being called.

we also noticed that in the same request, if we check some items at the top and some items at the bottom the top items do get updated and the bottoms items do not.

so we did this

        string strReturn = "";
        foreach (string strKey in Request.Form.AllKeys)
        {

            if (strKey.IndexOf(".x", 1) < 1 && strKey.IndexOf(".y", 1) < 1)
                strReturn += "<br> "  + strKey + " : " + Request.Form[strKey];
        }
        Response.Write(strReturn);

what did this is print all form variables and it turns out there is a cutoff. While viewing source we can see the form elements (textboxes, checkboxes) correctly, when submitting them they are not being seen by our code. So at some point the request is being truncated, and it affects the form element including the buttons as we discussed above.

We did disable viewstate for the grid and it still didn’t work. We also have this in our web config file to maximize the request size, we used this for file upload too
httpRuntime maxRequestLength=”2097151″ executionTimeout=”300000000000″

We know our code is looping enough times but the values we are getting are null since they do not exist in the request.

This is working on one development machine but not on the production server or the other development machine.

Any help would be greatly appreciated.

Thanks in advance.

  • 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-06-04T13:36:18+00:00Added an answer on June 4, 2026 at 1:36 pm

    Iis likely that you’re running into an issue caused by the update described here.

    Microsoft security update MS11-100 limits the maximum number of form
    keys, files, and JSON members to 1000 in an HTTP request.

    If you can reduce the size of the grid via paging, that might eliminate/alleviate the issue. Otherwise, you can increase the max in your web.config

    <configuration>
      <appSettings>
        <add key="aspnet:MaxHttpCollectionKeys" value="1000" />
      </appSettings>
    </configuration>
    

    More info here.

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

Sidebar

Related Questions

I have a huge scrollable area. In one section I have a grid of
I have a huge java codebase (more than 10,000 java classes) that makes extensive
I have huge number of Word files I need to merge (join) into one
I have huge dictionaries that I manipulate. More than 10 Million words are hashed.
i have huge project that contains around 200 jars, when i prepare release maven
i have huge data in xlsx format and i want to dump that data
We have huge record set on AIX box that we send over network to
I have a Gridview that displays a huge list of products. On Client click
I have huge file (17 million lines) that contains content in this format: AB101XG,57.144165160000000|,-2.114847768000000|;
I have huge amount of data from database, i need to get or store

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.