VB.NET(ASP.NET 2.0)-WEB
.NET PLATFORM
GridView Page Size is not working
Hi,
I have set the pagesize of a gridview to 22(both in aspx file as well as in the .vb file. But it's showing only 19 records on the first results set and I can see a blank space for 3 records from the headers of the gridview to the first record it's showing. So it seems like the gridview has allocated space for all 22 records. But if I click on navigation numbers and go to the next results sets it's showing 22 records.
How can I fix this?
Thank you,
Manuka.