display 5000 records in datagrid
-
hi all i have near about 1,00,000 records to display I am using datagrid to display this record with custom paging. I am displaying 5000 records at one time. Now my problem is when page loads the records displayed but when i press next button the next 5000 records not loaded may be because of large data.. but i cannot decrease the number of records could anyone tell me anyother solutions
Er. Jagwinder Singh
-
hi all i have near about 1,00,000 records to display I am using datagrid to display this record with custom paging. I am displaying 5000 records at one time. Now my problem is when page loads the records displayed but when i press next button the next 5000 records not loaded may be because of large data.. but i cannot decrease the number of records could anyone tell me anyother solutions
Er. Jagwinder Singh
Jagwinder Walia wrote:
when i press next button the next 5000 records not loaded may be because of large data..
Is it really necessary to show that many records at once? You should really consider redesigning the paging so the user isn't overwhelmed with so much at one time. Something like 50-100 records per page.
"The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon "Not only do you continue to babble nonsense, you can't even correctly remember the nonsense you babbled just minutes ago." - Rob Graham
-
hi all i have near about 1,00,000 records to display I am using datagrid to display this record with custom paging. I am displaying 5000 records at one time. Now my problem is when page loads the records displayed but when i press next button the next 5000 records not loaded may be because of large data.. but i cannot decrease the number of records could anyone tell me anyother solutions
Er. Jagwinder Singh
First All , with in few day there are more than 10 same question post in CP , that they need show huge amount of data in there wep pages . This is
not and never be the right /Correct Approch
to do this thing. First of All Ask yourself or your client is it realy necessary to display that amount of data . if yes then Why ??? if your client ask you to do that way try to make them understand that this could behugh performance overhead of there application
and this is not a best apporch.Please Try to use Filter and Show as minimum as possible ! That will incress Performance of your application.
Hope you got my point !!!!cheers, Abhijit Check My Latest Article
-
First All , with in few day there are more than 10 same question post in CP , that they need show huge amount of data in there wep pages . This is
not and never be the right /Correct Approch
to do this thing. First of All Ask yourself or your client is it realy necessary to display that amount of data . if yes then Why ??? if your client ask you to do that way try to make them understand that this could behugh performance overhead of there application
and this is not a best apporch.Please Try to use Filter and Show as minimum as possible ! That will incress Performance of your application.
Hope you got my point !!!!cheers, Abhijit Check My Latest Article
Abhijit Jana wrote:
Try to use Filter and Show as minimum as possible ! That will incress Performance of your application.
Excellent point. I forgot to mention that :-O
"The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon "Not only do you continue to babble nonsense, you can't even correctly remember the nonsense you babbled just minutes ago." - Rob Graham