Requires Free Membership to View
When you register, you'll begin receiving targeted emails from my team of award-winning writers. Our goal is to provide a unique online resource for developers, architects and development managers tasked with building and maintaining enterprise applications using Visual Basic, C# and the Microsoft .NET platform.
Hannah Smalltree, Editorial DirectorAnother approach may be to only ask for the amount of data that will be displayed in the datagrid view so you'll only have to get a subset of the data. As the user moves through the datagrid, you'll have to request the data you haven't yet retrieved. This means you'll have to keep track of what data you've retrieved and what you haven't so you don't get the same data multiple times.
This was first published in November 2003