Does JSON.js cause conflicts with Sys.Serialization.JavaScriptSerializer.serialize
Posted
by David Robbins
on Stack Overflow
See other posts from Stack Overflow
or by David Robbins
Published on 2008-10-22T23:56:49Z
Indexed on
2010/03/17
4:01 UTC
Read the original article
Hit count: 441
I am using Telerik controls in my webforms and want to serialize object on the client. Since I am getting a stackoverflow error with Sys.Serialization.JavaScriptSerializer.deserialize I wanted to try JSON. With both JSON and and the MS library I get "Sys.Application is undefined."
Has anyone encountered this what did you do as a work around?
EDIT
I am serializing my object on a parent page and passing them via an argument to a child window. The child window is in an IFRAME tag. The object can be used in the child page, but I receive the stackoverflow error when I serialize it. The object is an Array of objects.
© Stack Overflow or respective owner