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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T00:37:51+00:00 2026-05-25T00:37:51+00:00

I am developing a website using ASP.NET 4.0. I want to fetch & show

  • 0

I am developing a website using ASP.NET 4.0. I want to fetch & show 6,000 records to the user when show button is clicked I dont wanna use neither paging nor griview. A simple table will do what all i have to achieve is to show the records as quicker as possible. If i try to fill records clientside like

<html><table id='tbl'></table></html>
<script>
function getDataFromService()
{
    PageMethods.GetData(filltable)
}
function filltable(result){
  for(int i=0;i<=result.length-1;i++)
  {
     var td= $('<td\>').append(result[i]) ;
     var tr=$('<tr\>').append(td);
     $('#tbl').append(tr);
   }
}

This trick fails as it takes time to create 6,000 rows dynamically. I tried virtual scrolling i.e Fetch only 100 records & when user scrolls fetch next 1000 but i am not able to find the proper way to achieve this. Any suggestions would be appreciated.

  • 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-25T00:37:52+00:00Added an answer on May 25, 2026 at 12:37 am

    There is no fast way to retrieve and display 6000 records on a web page. It will take time just to render that many rows to the screen.

    You have two options:

    • Pagination
    • Continuous scrolling

    It sounds like the continuous scrolling pattern will work best for you. Here’s an article that discusses how to implement the technique using jQuery:

    http://www.go4coding.com/post/2011/04/11/Auto-loading-content-on-page-scroll-in-aspnet-using-jquery.aspx

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

Sidebar

Related Questions

I am developing a website using asp.net c# and I want to put a
I'm developing a website (using asp.net by the way) and I'm having a problem
I've been developing a simple website using asp.net MVC and I'm starting to add
I am using asp.net 3.5 with c#, I want to develop website with SSL
I'm developing an website using asp.net mvc with MySQL and I need to make
I am developing an asp.net website using typed dataset as DAL , everything works
I'm developing a website (using asp.net-mvc) with a SqlServer 2005 database. I have numerous
Using ASP.Net Am New to website development Currently am developing a web pages, when
I am developing a website using ASP.Net MVC 1.0. Can i host that website
I'm developing a website using ASP.NET MVC. The website should handle multiple languages. I

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.