paging?

View: New views
2 Messages — Rating Filter:   Alert me  

paging?

by Dennis Sacks :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Does NEO support paging in the context of a data bound control? A particular somethingFactory.Find() can take quite a long time if there are more than a few thousand rows in the table. What is the best way to do this sort of thing using NEO?
 
Dennis

RE: paging?

by Arif Budimartoyo :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.

I used somethingFactory.FindWithLimit(pageSize, “ID > {0}”, startID);

It will retrieve the limited pageSize records start from passed startID variable.

 

Arif Budimartoyo

 


From: Dennis Sacks [mailto:dennis.sacks@...]
Sent: Thursday, June 22, 2006 6:10 AM
To: user@...
Subject: [neo-user] paging?

 

Does NEO support paging in the context of a data bound control? A particular somethingFactory.Find() can take quite a long time if there are more than a few thousand rows in the table. What is the best way to do this sort of thing using NEO?

 

Dennis