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
Vaibhav Deshmukh
NA
465
73.8k
How to set max length to JsonConvert.SerializeObject();
Jan 3 2017 1:26 AM
I am trying to set Maxlength property to :
JsonConvert.SerializeObject
()
I am using
Json.Net DLL.
string JSON
= JsonConvert.SerializeObject(
DataTable
O
bj
);
but when I pass large amount of data filled in DataTable object the database table row cell contains 43679 characters. Not more than that.
I am not using
JavaScriptSerializer
and
StringBuilder
Can you help me please.
Reply
Answers (
1
)
GridView fired event wasn't handled
generate an automated Number inserting to formView