Hi,
I am calling a server side method from javascript that returns a string. The string can be quite large. Occasionally I get an InvalidOperationException with a message of "Maximum length exceeded." Does anyone know what the maximum length is or how to get around it if possible.
Thanks,
Jason
...
Go to the complete details ...