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
Active Directory removing default permissions on user objects
Writing a File To a CD from Access?
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
documentation for winmm.dll
Using IsDate In VB.Net 2005
Create Database for freeform answers
Disabling Tintsetp.exe, ImScInst.exe, IMJPMIG.exe
Winscp - SSH, canoot get real path
Exchange 2010 Edge Transport
How do I restore a .cmp file to a Top Level Site?