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
Prakash
NA
258
78.4k
webapi
Jul 11 2015 9:43 AM
hello
i have JSON data and i want to dispay in html.i get some error.
i have JSON data like=
[
1
]
0:
{
Id
:
"
72c8d71f-5b3f-4812-98db-346df89ed9d7
"
KeyWord
:
"
Exam
"
Value
:
"
??????
"
UseInSentence
:
"
This is Tough Exam
"
WordType
:
"
noun
"
}
Below My JavaScript
function Go() {
$.getJSON('http://localhost:12702/api/WordDictionaryE2M?word=' + $('#txtSearch').val(), function (data) {
$('#div').text(data);
});
}
And I get Error like=
[object Object]
Reply
Answers (
2
)
How to show Record in Carousel using Jquery
how to write title using master page --> child web form