Y G

Y G

  • NA
  • 236
  • 28.4k

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 
 
 
 
 
 
 
 

Answers (1)