Asp.net – InvalidOperationException: The view 'AddValue' was not found. Partial View not found when submitting form data
I'm trying to insert data into two table from a single View Page. I've used two different view model to do that. So I have to make a partial view for inserting data in second table. Now full page is…