Hi
I want to load data in gridview (at least 500000 records) without use paging, if any way to load data in gridview in fastest way without paging please tell me.
Thanks and regards
Sharad Gupta
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Francis SusaimichaelPosted Feb 18, 2015, 4:45 AM
Sharad GuptaPosted Feb 18, 2015, 1:28 AM
We have some issue in procedure , we can't change procedure, that's why i am not able to do that with procedure(Paging). Have you any idea without procedure(paging).
Dipankar BiswasPosted Feb 18, 2015, 1:13 AM
A datagrid is limited by available system memory, and you're likely running into that. Assuming a process address space of, say, 1.5GB, that's about 4KB per datagrid row, if you had nothing else consuming memory in your process. 4KB is not unreasonable, assuming a dozen or so wide columns.
You're trying to display too many rows at once. I have to assume it's a pretty bad user experience too, trying to navigate through that many rows.
and see..This atth file.. performance of data binding..
Thanks and regards
Dipankar Biswas