Hi, I know that this topic was raised here before but I can’t really get anywhere reading previous posts. Could someone point me in the right direction?
I have created a clear page , added radgrid, object data source and radscriptmanager, paging enabled(10) . Objectdatasource is using dataset based on stored procedure retrieving 100k rows. I understand that initial load time can be slow as it’s a lot of data, but I was hoping that switching between pages will be really quick. Looking at profiler when I go form one page to another the same query is executed on sql server, I am not sure why we would query for data we already have. Could someone tell me what I am doing wrong and what should I do to make it quicker ?I am using: version 2011.1.519.35
Thank you for help