Manohar Gova

Manohar Gova

  • NA
  • 251
  • 37.4k

ASP.NET WEB API Update service

May 27 2015 2:30 AM
Hi 
 //sample of my controller method
public IEnumerable<LookUpModel> Updatedetails(string Lookuptype, string AccountName, string MetaData)
{
}
 
any one please suggest i need to update the values from the KnockoutGrid to database using Web ap i service in asp.net (Without entity framework) 
thanks in advance 
 

Answers (3)