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
498
2.5k
171.5k
How to consume these JSON data at ASP.Net, display in grid?
Feb 27 2019 12:21 AM
Consume these JSON data at the back of ASP.Net or the service link and display in gridview at ASP.Net web application?
[{
"Response"
:[{
"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"
}],
"Status"
:
"Ok"
}]
If there's a solution please let me know it...
Reply
Answers (
1
)
why web config file is not updating after adding of service?
Stored Procedure Call in Web API using DBContext.