How can i serialize bulk data by using JSON JavaScriptSerializer in C#? I tried but got error which mentioned below
"Error during serialization or deserialization using the JSON JavaScriptSerializer. The length of the string exceeds the value set on the maxJsonLength property"
Anyone tell me how can i serialize bulk data plz???