getting data for no of records
-
hi all, i an having a data table it contains lakhs of records, when i am getting this data, my browser is becoming slow. how can i get the data to a specific range(example :1000 at one time)paging concept will work for this.... help me.. Regards, S.Inayat Basha.
-
hi all, i an having a data table it contains lakhs of records, when i am getting this data, my browser is becoming slow. how can i get the data to a specific range(example :1000 at one time)paging concept will work for this.... help me.. Regards, S.Inayat Basha.
-
Yes, paging will definitely work for this scenario. You can implement paging at grid itself or for better performance you can try implementing paging at database level.
Regards, Prakash Kalakoti
In this scenario,Paging at DB side will be better.
Cheers!! Brij Check my latest Article :Exploring ASP.NET Validators
-
In this scenario,Paging at DB side will be better.
Cheers!! Brij Check my latest Article :Exploring ASP.NET Validators
-
Definitely the DB paging is always a better option, but its little complex in implementation.
Regards, Prakash Kalakoti
I actually suggested it because in the given scenario ,its having lakhs of records which is not feasible to store at server memory and if its going to be user specific then its going to hazardous for the server and performance of application :) In all it depends on the requirement and the size of data :)
Cheers!! Brij Check my latest Article :Exploring ASP.NET Validators