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
Sourav Kumar Das
524
2.5k
172k
How to Convert Json to Datatable in c#
Feb 27 2019 6:16 AM
[{
"TypeId"
:
"1"
,
"TypeName"
:
"Wastage not collected"
},{
"TypeId"
:
"2"
,
"TypeName"
:
"Drainage not cleaned"
},{
"TypeId"
:
"3"
,
"TypeName"
:
"Dispose dead animal"
},{
"TypeId"
:
"4"
,
"TypeName"
:
"Sweeper Misbehaviour"
},{
"TypeId"
:
"5"
,
"TypeName"
:
"Water supply issue"
},{
"TypeId"
:
"6"
,
"TypeName"
:
"Wastage burning issue"
},{
"TypeId"
:
"7"
,
"TypeName"
:
"Others"
}]
How to convert JSON Data to Datatable using C# of web application without putting into the text document?
If there's a solution please let me know it..
Reply
Answers (
5
)
How to bindingsource in WPF window in C#
replace single quote with empty in sql server