TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Hrides Thakur
NA
292
49.6k
json result rows are automatically converting in multi array
Sep 11 2018 12:54 AM
Hi
In my AJAx calli am calling controller method and returning jsonresult. i am fetching data converting ToList then returing like this:
return Json(dllDataValues, JsonRequestBehavior.AllowGet);
dllDataValues have three result set,
in my dllDataValues one result contains more then 100 rows 237.
when it comes at the view the result set which contains less then 100 row it makes single array and it is ok. but the result which contains more then 100 it is automatically making multipe inner array this is the issue, please see below image.
why json rows are automatically converting in 100 rows per arrays.
in the image BAUList, ConstCenterList data is ok, but departmentList is automatically splitting in multiple 0-99, 100-199 .....
thanks.
Reply
Answers (
1
)
sir please tell me how to add ajax calender control in .net
Any nice online JSON formatter tool please suggest?