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

The Archive Base Latest Questions

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

I have an operation (That I can’t change) that starts threads that make calls

  • 0

I have an operation (That I can’t change) that starts threads that make calls to our Oracle database to see if a certain hotel(s) has availability on a certain date.

If a date/hotel combination has availability, that thread returns information about the date/hotel in the form of a DataTable that is merged into a Main DataTable of results. Yes, I know … I inherited this.

So I am trying to re-write this operation. I still must query Oracle in threads to get the availability information, but I want to display the data as it is returned (in chunks of 5, 10? I’m flexible), instead of having the user sit in front of the screen for up to 4 minutes before a complete result is spat out into a GridView.

How do I do this directly from an .aspx page so I can make a web service call and populate a grid (JqGrid?) with the results?

If I haven’t provided enough information or described what I am trying to achieve, please let me know and I will elaborate.

  • 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-24T08:14:13+00:00Added an answer on May 24, 2026 at 8:14 am

    Oracle provides a field on each row called “rowid”
    (http://www.adp-gmbh.ch/ora/concepts/rowid.html)

    The first time you send the query, send in the int (x) to define what the highest rownumber you want is. Have the service return the total number of rows and the first x rows.

    Then, the 2nd time you send the query, get the next x rows, rinse and repeat.

    Basically, you need to send an ajax query for rows x through y each time until you have them all loaded.

    I would recommend paging as well, since users typically don’t want to see hundreds of results at a time.

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

Sidebar

Related Questions

I have an expensive operation that calls the database, and populates an array of
Let's say you have a business logic method that can perform some operation across
I have a string variable, $operation , that can have values like + or
I would have created a service operation that takes an IEnumerable param. How can
In my controller I have model operations that can return empty results. I've setup
I am using OpenCV library. It doesn't have a modulo operator that can be
I have an operation that will be performed MANY times and so I need
I have a function a time consuming operation that is done I want to
I have a long-running cleanup operation that I need to perform in onDestroy() of
In My application have time consuming process.There fore i try to do that operation

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.