Akshaya arumugam

Akshaya arumugam

  • NA
  • 116
  • 37.4k

Table with add,delete,edit and select option in mvc5.

Dec 9 2017 12:22 AM
I have a table which should contain add,delete,edit and select option.On click of add have to add a new row and also insert new values in the table.On click of select option it shoud select the row value and pass the selected value to the controller.onclick of edit have to edit table row values .all the these should be one using database first approach How?

Answers (5)