function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Akhil R NathAkhil R Nath 

How to display more than 10000 records in visualforce page?

ANUTEJANUTEJ (Salesforce Developers) 
Hi Akhil,

You can use the readonly attribute - this relaxes the limit on the understanding you aren't going to make any changes to the data:

http://www.salesforce.com/us/developer/docs/pages/Content/pages_controller_readonly_context_pagelevel.htm

Let me know if it helps you and close your query by marking it as solved so that it can help others in the future.  

Thanks.