N
.NET/C# User
I am working on a project that is heavily object oriented, and we are all
new to .NET. I am trying to do some research on best practice/patterns for
reading many records, and paging the data etc. I get the feeling people
will just use DataReaders maybe. But our problem is that the system is
ASP.NET, and we need some way of asking for a bunch of records between a
range. For example, say I know there are 500,000 records in a table I need
to render in IE, I dont want to load all of these records as objects and
then render the first 20. I seem to remember there were some techniques on
doing this by specifying a range.
Thanks for any advice.
new to .NET. I am trying to do some research on best practice/patterns for
reading many records, and paging the data etc. I get the feeling people
will just use DataReaders maybe. But our problem is that the system is
ASP.NET, and we need some way of asking for a bunch of records between a
range. For example, say I know there are 500,000 records in a table I need
to render in IE, I dont want to load all of these records as objects and
then render the first 20. I seem to remember there were some techniques on
doing this by specifying a range.
Thanks for any advice.