Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: efficiency


Message #1 by renevazquez@c... on Mon, 23 Sep 2002 12:25:56 -0500
     Hello all!. I want to be advised in some design choice that I have 
     made. I load informacion from 2 related tables into a dataset. I want 
     that the users could filter and sort the two tables and also could 
     move form page to page of data in these filtered or sorted views. 
     
     The solution that I give, (wich I'm afraid is not very efficient) is 
     to load the entire dataset in a session variable and then work with 
     the data that each of the users have in their sessions. In these way 
     the user filter the data, he can continue sorting or paginating 
     through this personal view of the databse. If someone could give me a 
     n approach tgo this situation the help would be extremely appreciated.
     
     thanks to all in advance.


  Return to Index