Jaima Joseph

Jaima Joseph

  • NA
  • 89
  • 69k

How to update database after inline editing row in MVC view?

Jan 22 2014 6:33 AM

Can anyone help? I have a table in my MVC view which shows records from a table in my database. I want to do inline editing of that row's three columns(which are kept as textboxes) and immediately after going focus out of that row, I should be able to pass the updated values to my controller? Is that possible? can I use onblur or onchange events and javascript? how to write javascript for this and how to pass view value to controller using javascript?

Is there other ways to do inline editing?
 


Answers (2)