M
MJB
I have a windows application that returns 10s of thousands of rows to a
DataGrid (for all intents and purposes you can assume that it's a DataGrid,
I'm actually using the Infragistics UltraWinGrid though). Due to the ever
growing amount of data I want to implement some sort of record paging.
There are a lot of examples for ASP.Net but not many for windows
applications. I am planning to use some of the techniques used for ASP.Net,
but I was hoping someone out there may have a few suggestions specifically
for a windows application. Also, I am using MSDE as my database backend.
Thanks
DataGrid (for all intents and purposes you can assume that it's a DataGrid,
I'm actually using the Infragistics UltraWinGrid though). Due to the ever
growing amount of data I want to implement some sort of record paging.
There are a lot of examples for ASP.Net but not many for windows
applications. I am planning to use some of the techniques used for ASP.Net,
but I was hoping someone out there may have a few suggestions specifically
for a windows application. Also, I am using MSDE as my database backend.
Thanks