Hi,
I want bind 20 lakhs records bind in grid view with out use paging ,if i use paging it will bind if if without use paging got error is----
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.
Amit Kumar SinghPosted Jan 1, 2017, 12:51 AM
Grid view page size in asp.net is of type
The maximum page side will be the maximum value a Int32 type variable can store.
In c#.net It's 2,147,483,647(two billion one hundred forty-seven million four hundred eighty-three thousand six hundred forty-seven).
So this supposed to be the maximum page size of grid view as I think
Salman BegPosted Jan 1, 2017, 12:37 AM