Microsoft
Software
Hardware
Network
Question : Increase number of rows per page in ASP.NET GridView
My GridView control defaults to 10 rows per page. How do I increase the number of rows?
Answer : Increase number of rows per page in ASP.NET GridView
Change the PageSize property, eg:
gridView1.PageSize = 20;
Random Solutions
Prevent Internet Explorer from opening a pdf file
Excel.exe caused a Fatal Exception Error
Visual Studio 2005, Crystal Report Viewer 10, displaying dynamic image
Excelhow to convert number of days to weeks and days.
Select table data from a different SQL instance?
Issue with License Activation - How do you add computers to KMS pool?
VBA using Search Worksheet Function to Find Question Marks (Tilde)
IE7 and blank pages
Silverlight File Upload with Progress Bar
IIS 7.0 Worker process crashes due to ODP.NET?