Using custom collections with the ASP.NET DataGrid control


Server Intellect Web Hosting Solutions


Using custom collections with the ASP.NET DataGrid control

Author: Jan Ceulemans

When retrieving data, most developers make use of a DataReader or DataSet and bind to a data control directly. However, when you're not dealing with constantly changing data, one can use custom collection objects, cache them and make use of filtering and sorting when databinding your data. This article demonstrates how to do just that, starting off from a small end-to-end user sample, using DataGrid controls, DropDownLists, a data access layer, custom collection classes and stored procedures.










More Tutorials

Also See:

Customized BinarySearch In ArrayLists with IComparer
Developing a Web Ring using ASP.NET Web Service and User Control
Ajax, Atlas and Avalon – Part 3
Embedding Resources in ASP.NET 2.0 Assemblies - Part 2
Add a Threaded NNTP News Reader to your ASP.Net Site
BusyBoxDotNet
How to Pop Open an image window that resizes to fit the image in ASP.net 1.x and 2.0 Beta 1
ASP.NET 2.0 - Custom Paging and Custom Sorting for GridViews
Creating print preview page dynamically in ASP.NET
Caching Data for Better Performance



Copyright© 2005 ASP Intellect | All Rights Reserved

ASP.NET Tutorials
AspNet Tutorials ASP.NET 2.0 Code Examples, Snippets and Tutorials

ASP.NET Tutorials C++ Tutorials C# Tutorials Visual Studio.NET Tutorials
.NET Framework Tutorials Mobility Tutorials Office Tutorials Visual Basic.NET Tutorials