Click here to Skip to main content
15,881,248 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I made a json object through thorugh this code.
C#
return JsonConvert.SerializeObject(dataSet2, Formatting.Indented);


My dataset has one datatable.

it works well when there is 30-40 rows in datatable.

But when there is a lot lot of rows like 100 or 200 .
It doesn't work.

Can anyone help me by provide a solution?
Posted
Updated 27-Mar-14 20:25pm
v2
Comments
ArunRajendra 28-Mar-14 3:33am    
Are you getting error or exception?
sachi Dash 28-Mar-14 5:09am    
no ......

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900