Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_beginners thread: Maximizing performance


Message #1 by "Patterson, Stephanie L" <stephanie.l.patterson@i...> on Wed, 25 Sep 2002 08:52:42 -0700
I want to maximize my performance, so I am assuming I only want to read the
table titles from SQL once and do my processing some ASP.NET object.  Is
this correct?  

It seems that if I refill the dataset everytime the page loads, it takes
'forever' for the page to load.  But, because this is a 'disconnected'
application, I need to re-fetch from SQL to ensure I have the current data.
I seem to be stuck in a Catch-22.

What am I missing?

Thanks for any insight!
Stephanie

  Return to Index