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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T08:35:47+00:00 2026-06-05T08:35:47+00:00

I have a repeater which takes 270 seconds to render and actually ends up

  • 0

I have a repeater which takes 270 seconds to render and actually ends up crashing all browsers. The SQL to retrieve the data takes about 10 seconds. I wanted to remove the Eval’s to see if that speeds up things a bit, but I am having trouble with the correct syntax. I have doubts that this would actually improve performance as I am dealing with 150,000 records. Would a GridView or other control be faster? Would using LINQ to SQL improve performance? Here is the code for the Eval:

<%#Eval("Name")%>

I am trying:

<%# ((DataRowView)Container.DataItem)["Name"]%>

But the above does not work. It says DataRowView can’t be used as an expression

I will also point out that there is no paging involved.

  • 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-05T08:35:50+00:00Added an answer on June 5, 2026 at 8:35 am

    using either Eval or Container.DataItem is not going to make a difference since they are the same thing. please take a look at this SO.

    if your browser is crashing when displaying the data, that’s because too much resulting html or javascript are being rendered at the browser. note that Eval is executed on server side, so it’s not the root cause of browser crash.

    i suggest using paging to improve both performance and avoid crashing. if you really can’t use paging, how about having the user to download a csv file to open in excel or even a PDF file?

    as for using Linq to SQL to improve performance, i assume you are comparing it with stored procedure or dynamic sql? stored procedure will always give you the best performance, but once your dynamic sql or linq expression (or compiled linq) is cached at sql server, they aren’t that slow compare to sproc.

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

Sidebar

Related Questions

I have a repeater which fetches data from a database and shows some labels
I have an accordion which contains a repeater. That repeater takes an array as
I have a repeater trying to get multiple data to display. which includes a
I have an ASP:Repeater Which I would like to display a list of check
I have an UpdatePanel which has a Repeater inside it, and inside of the
I have a ticker which uses a jquery and a Repeater.But I only get
I have a streaming input which has repeated values. I can use any data
I have a repeater for showing my data . this repeater showing 2 field
How would one write a LINQ query which takes a hierarchical source data and
I have an .exe file which takes two jpg images as arguments and makes

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.