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

  • Home
  • SEARCH
  • 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 6390663
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T03:34:30+00:00 2026-05-25T03:34:30+00:00

I have a location using our ASP.NET 4.0 web application which was running fine

  • 0

I have a location using our ASP.NET 4.0 web application which was running fine for about 2 years. I went out on site to do an upgrade and found that one of the pages would just be blank and IE 8 would completely stop responding. Upon investigation I found that one of the comboboxes on a page had over 8000 items. The page loaded fine in IE7, IE9, Firefox, and Chrome. I looked at the documentation at that Ajax Control Toolkit site and they say that I should be using the Auto Complete Extender since I have such a high number of records. I figure it is only a matter of time before it doesn’t work in any browser. The facility uses IE8, so I currently have them running in compatibility mode; I then told them to start deleting old records that they don’t need anymore. However, I need to begin working on a substitute. The problem with the Auto Complete Extender is that it doesn’t work anything like the combobox. Does anyone know of a good approach? I need to keep the DataSource and DataBinding style in the code-behind. Also, redesign is not an option. I need that list to contain all Visitors for any given facility.

  • 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-25T03:34:31+00:00Added an answer on May 25, 2026 at 3:34 am

    With 8000 items I would recommend a control that is both populated and filtered on demand (not on Page_Load), and doesn’t persist all items to ViewState.

    Unfortunately, populating and filtering on demand runs against keeping the DataSource and DataBinding style intact. What remains is trying to use the control with EnableViewState=”false” and minimizing the page size by all means available, first and foremost by using compression. In IIS, enable dynamic compression. I don’t think that these steps are going to solve the performance problem, but you should start with analyzing the page size with YSlow or other tools. For example, if the page has optional elements, like customer specific comboboxes, make sure that only those that are in use are actually populated. I have had situations where I’ve been able to more than half the page size by not populating the unused controls and disabling ViewState for them. Setting Visible=”false” was not enough.

    As for alternatives, I have used Telerik RadCombobox with with similar item counts and performance problems. Setting EnableViewState=”false” improved postback speed significantly, but load times were still not acceptable. Switching to load on demand helped, but introduced new problems with persisting the selected state without ViewState. Populating the combobox on demand on means that databinding is performed in a ItemsRequested event, each time the combobox is opened in the UI. This is about the same as using an ordinary TextBox with AutoCompleteExtender and a page method. You probably could reuse most of the Page_Load time databinding code here.

    Overall, I have had the best experience with jQuery UI autocomplete and Ajax requests, but this would involve a more extensive redesign.

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

Sidebar

Related Questions

We have created a web application, using ASP.NET, that allows users to upload documents
I have an ASP.NET 2.0 application that is working fine in our local environment.
I have an application web.xml with the following entry: <error-page> <error-code>404</error-code> <location>/system_files/error/p_notfound.jsp</location> </error-page> However,
I am looking for different techniques/tools you use to deploy an ASP.NET web application
We have this really weird problem in a Web Application when using ActiveRecord 2.0
I am uploading files using HttpWebRequest to an ASP.Net MVC application but, for some
I have this rewrite rule RewriteEngine On RewriteBase /location/ RewriteRule ^(.+)/?$ index.php?franchise=$1 Which is
We have a JavaScript function named move which does just windows.location.href = any given
I have the following in my web.config: <location path=RestrictedPage.aspx> <system.web> <authorization> <allow roles=Group1Admin, Group3Admin,
I have a web application that I am hosting, and a client of mine

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.