Hai
I need to bind lacs of record to a radgrid. Instead of binding all records in need data source at i am binding only 10 records to the first page. When the user clicks on pagination link, i fetch the next set of rows from db and bind it to the radgrid. I pass the row start and ending position as argument to the database. It will work fine if the record count is less.When i increase the data the performance is slow. How can i increase the speed.
In SP i create a temp table to select the top rows And from the temptable i get the last 10 rows that i required for the particular page.
Is there any way to select the row between the particular row number?
Thanks
I need to bind lacs of record to a radgrid. Instead of binding all records in need data source at i am binding only 10 records to the first page. When the user clicks on pagination link, i fetch the next set of rows from db and bind it to the radgrid. I pass the row start and ending position as argument to the database. It will work fine if the record count is less.When i increase the data the performance is slow. How can i increase the speed.
In SP i create a temp table to select the top rows And from the temptable i get the last 10 rows that i required for the particular page.
Is there any way to select the row between the particular row number?
Thanks