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
Satish Hirpara
1.1k
256
41.8k
Json String Download includes "<!-- html is corrupted -->"
Jan 18 2016 8:44 AM
Hello All,
I am trying to download Json result from 1 url and while downloading that Json String using WebClient, I am getting the downloaded string and along with that i am also getting
"<!-- html is corrupted -->"
at the end of the Json result so that causing error while serialization using Newtonsoft and that
"<!-- html is corrupted -->"
is not available in Json result then also it appears when i download the result.
Please find below code that i have written.
var jsonOrders = new WebClient().DownloadString(urlJsonData).Trim();
Please let me know if anyone knows the solution.
Thanks in advance
Reply
Answers (
0
)
Sessions
after dropdown selection fill the datagrid in mvc?