Repeater very slow / doesn't work

We have a database that displays over 300 colleges in a repeater, each showing a logo of the college. It takes over a minute to load each page with a repeater and the page fails to load the information about half of the time. Removing schools/information is not an option. Any ideas on how to get the page to load faster and be more reliable?

How are you displaying the Repeater? Is it bound to a dataset, or are you doing a query and setting the Repeater’s data property? Are you paging the Repeater? You might find the article About Displaying Database Content in a Repeate r helpful.

Just checked out that article and added a “Load More” button. Works great thank you!