C# Data GridView, large data
We are having the same issue as the one here Performance Issues loading
large data set into c# GridView Tried to implement the solution provided
by "Chase Florell". In the 1st stored Procedure i am setting @MaximumRows
to 100 and also my gridview Pagesize is also 100. So it is fetching 100
records and displaying 100 records so i dont see any pagination (1st
issue).
And not able to understand where the value for "TotalRecords" is been used?
Thanks.
No comments:
Post a Comment