Hi.
I have a VB .net application which retrieves large amount of data from the database. It can take upto 4 mins to retrieve the data. I would like to know if there is I can do at the application end to speed up the process. Caching ?? Paging ? Please let me you suggestions.
P.S. I cannot do anything at the database end.