i am getting this error when I am trying to get maximum number of rows from database to jsongrid-Collection of common programming errors

Server Error in '/' Application.
Error during serialization or deserialization using the JSON JavaScriptSerializer. The length of the string exceeds the value set on the maxJsonLength property.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.InvalidOperationException: Error during serialization or deserialization using the JSON JavaScriptSerializer. The length of the string exceeds the value set on the maxJsonLength property.

I have this in my web.config file..


    
      
        
      
      
    
  

Originally posted 2013-11-29 06:07:41.