ASP.NET MVC USING JQUERY AJAX
Can anyone please tell me how to loop the values in that are present in list format (foreach) in controller to the database
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Francis SusaimichaelPosted Oct 12, 2016, 2:53 PM
{
string address1 = addressObj.Addresses;
string addid = addressObj.addId;
string city = addressObj.city;
string country = addressObj.country;
}
Madhanmohan DevarajanPosted Oct 12, 2016, 2:35 PM