Weekly Training - Working with large sets of data in ASP.NET

Some thoughts scribbled down on Tuesday 29 July 2008 at 07:44 AM

This weeks lunchtime training at SSW was about dealing with large (over 50,000 records) in ASP.NET. It was also my first screencast, so be sure to check out the video.

The Databound Drop Down List

I covered the disadvantages of trying to display a list of clients in a drop down list. The rendered page for 50,000 records

The drop down list:

Firebug logging

The RadComboBox

So instead we should use paging, search and AJAX to reduce the initial hit and only load what you actually need.

I used a very versatile control from Telerik called the RadComboBox. It has support for AJAX calls (ItemsRequested event) as well as virtual scrolling.

This reduced the rendered page to:

Telerik Rad Combo Box

Resources

Comments

There are currently no comments.

Post your comment