Month: March 2012
Error during serialization or deserialization using the JSON JavaScriptSerializer. The length of the string exceeds the value set on the maxJsonLength property.
You can set the MaxJsonLength property on your web.config: [sourcecode language=”html”] <configuration> <system.web.extensions> <scripting> <webServices> <jsonSerialization maxJsonLength="50000000"/>…
March 28, 2012
jQuery Beginners Guide
Adding jQuery to your Page jQuery is a client script library and so you have to add…
March 11, 2012