Server Side Processing using C# throwing JSON parser error.
Server Side Processing using C# throwing JSON parser error.
Hi All,
I have a huge data close to million records and to display them i am trying out the Server side processing. I am getting JSON parser error. The generated JSON string is also Valid one. When i use the same stirng directly in the javascript in the .aspx page it works fine, But the same string fails when set from aspx.cs file. Tried all the different options mentiond in different articles in this forum related to this error but no luck. Any help in resolving this error willbe greatly appreciated.
Replies
When I ran the debugger it throws unknown error @ this line
b.appendChild(a.cloneNode(!0));