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
Sasi Reddy
NA
346
225.9k
Json with mvc4 mobile application
Jul 24 2014 4:48 AM
i am calling json like below.
but it is not calling.
In mvc4 web application it is working fine.
$(function () {
$('#TM1').change(function () {
$.getJSON("@Url.Action("getEMI", "MISanction")", { loanamount: $("#loanamount").val(), rateofinterest: $("#rateofinterest").val(), tenureofmonths: $("#TM1").val() }, function (result)
{ $("#EMI").val(result) })
});
});
if i refresh the page ,then it is calling,other wise it is not calling
Reply
Answers (
1
)
How to download a file in mvc4 mobile application?..
windows native app