My task is to fetch all the quotations from a table and show it in webgrid.In the view a column is added with the database records,whis is a radiobutton.If I click on a radiobutton,I want to send that webgrid row's data to another table ie,approved table.I am doubtful,whether I should use a second view and controller for the save operation?It is an MVC 5 application and I am using Entity Framework.
Any help will be appreciated.