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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T01:19:23+00:00 2026-05-25T01:19:23+00:00

I have a Silverlight web application. I am inserting records into a table (SQL

  • 0

I have a Silverlight web application.

I am inserting records into a table (SQL Database), loaded from a csv file.
I tried loading +- 15 000 records and it throws me out with the following error:
The remote server returned an error: NotFound.

I gather it is because it is just too much data to insert at once because when I split it into ‘batches’, say 100 at a time, it inserted into the table no probs. Even 500 at a time was too much.

What I do after I insert it into the table, is read from that same table the data and put it into a datagrid. This is so the user can see that it was inserted successfully and also monitor as the records that were inserted are processed.

Now obviously I am getting the same error when attempting to load the 15000 +- records back to a datagrid.

My question is how can I read the records in the table also in batches?

Hope somebody can help.

Many thanks,

Neill

EDIT

To test I made a change to the OperationContract:

Originally

[OperationContract]
public List<send_box> GetSendingItems()
{
    return (from a in smsData.send_boxes
            orderby a.sb_log descending
            select a).ToList();
}

Changed To

[OperationContract]
public List<send_box> GetSendingItems()
{
    List<send_box> sendBoxList = (from a in smsData.send_boxes
            orderby a.sb_log descending
            select a).ToList();

    return sendBoxList;
}

The result are returned from the database, but when I try to return it to the application:
–> return sendBoxList

Then it throws out the “The remote server returned an error: NotFound.” error. Hope this extra info will assist

Regards

Neill

  • 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-25T01:19:24+00:00Added an answer on May 25, 2026 at 1:19 am

    I am not sure what is your exact business requirement. But going by one of your response, you said user wnats to see all the records. I am not sure what the user would be able to do if all the 15,000 records fail. May be it would be a good idea to show a kind of summary saying out of lets say 15000, 10000 passed and 5000 failed. And provide drill down or navigation link to explore the success or failure records.

    Secondly, even though user wants to see all records, I don’t think its user friendly to display more than 100 records in a grid. 100 is also extreame for me. You can implement paging functionality to limit the number of records displayed in the grid.

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

Sidebar

Related Questions

I have a silverlight 2 beta 2 application that accesses a WCF web service.
I have a Silverlight application that is built from a set of Silverlight class
We have a silverlight ASP .NET web application which needs to be deployed on
I have a silverlight application that I am embedding in an existing ASP.NET web
I have a Silverlight project (with ASP.net MVC web project) Suddenly, when I press
I have a Silverlight 2 application that is consuming a WCF service. As such,
I have a Silverlight application that communications with an ASP.NET backend through WCF. I
I have a Silverlight application in which I would like to call a WCF
I'm working on a Silverlight web application that works with XML similar to: <?xml
I have a Silverlight 4 Beta application where I'd like to use the SharePoint

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.