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
Y G
NA
236
30.2k
ASP.NET MVC USING JQUERY
Oct 7 2016 11:27 PM
There are two tables:in sql data base
1.person
personId primary key
mobileNo
PersonName
2.Address
addressID PRIMARY KEY
CONTACT
COUNTRY
CITY
personId Foreign key
using jquery ajax call
(POST method) how to send the values
mobileNo
personName
and an array object with table 2.Address values
from view to Controller in ASP.NET MVC
ii.) How to retrieve those json object values in the controller from view
Reply
Answers (
1
)
ASP.NET MVC WITH JQUERY
ASP.NET MVC USING JQUERY AJAX CALL(CRUD)