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
Guest User
Tech Writer
189
24.8k
error during serialization using json javascriprtserializer
Jul 4 2018 12:12 AM
//controller
public
JsonResult GetAllClient()
{
var product = GetClient().ToList();
return
Json(
new
{ data = product }, JsonRequestBehavior.AllowGet);
}
//WebConfig
<
system.web.extensions
>
<
scripting
>
<
webServices
>
<
jsonSerialization
maxJsonLength
=
"102400"
/>
</
webServices
>
</
scripting
>
</
system.web.extensions
>
Reply
Answers (
5
)
How to add user roles with the UI IN MVC 6
Why box field is required in integer in ILDASM