Quote:
Originally posted by Wokawidget
Easy...create some class that returns the ID's from the search. So you have 100k ID's loaded into a class...then, depending on how many you want to retrieve at any one time, pass say 100 ID's back to the server and load all the display info for them. Click next and it then passes the next 100 ID's and so on...you can easily go back and forth by storing which set of ID's you are currently viewing...
Actually it's NOT that easy, would require intermediate level VB programming skills, but it's very, very possible. You would have to write extra coding to handle all this...that's how I would do it anyways...
Still prefer option 1, lot less processing time etc
Although it does all depend on what your user wants :mad:
:D
Woka
Exactly - you still have to download the data on the client pal.