Hi Roni, it depends how you can access the data. In some scenarios you will have direct access to SQL Server. If you think about a yellow pages list where you want to have paging it would be nice to only read 10 items of .... instead of reading all items for every user once. It depends on the environment, the size of data, and what users typically wants to get/read.
Regards, Michael On 4/17/06, roni schuetz <[EMAIL PROTECTED]> wrote: > > hi michael, > > in the case you have described, you held all data on the server itself. > our case, we gathering data and held data as short as possible on > server cache's. once its downloaded to the client, we want clear up > data on the server. > > kind regrads, > roni > > > > > -- Kind regards, Michael Schwarz Microsoft MVP - Most Valuable Professional Microsoft MCAD - Certified Application Developer http://www.schwarz-interactive.de/ mailto:[EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ajax.NET Professional" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/ajaxpro The latest downloads of Ajax.NET Professional can be found at http://www.ajaxpro.info -~----------~----~----~----~------~----~------~--~---
