Description:HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed,
or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
The error is very clear. You forgot to add an [HttpPost]Save() method to your PurchasedGoodsQC controller. Unfortunately, you did not include all the relevant code...
Also, it appears you are trying to submit a collection but your markup is missing the name attribute and indexes. Perhaps go through a Getting Started tutorial.
Member
40 Points
158 Posts
The resource cannot be found.
Mar 09, 2020 11:40 AM|shijostephen|LINK
Hi,
Below code does not redirect to action method.
Shows below error...
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
Requested URL: /PurchasedGoodsQC/Save
Thanks & Regards,
Shijo
All-Star
53001 Points
23596 Posts
Re: The resource cannot be found.
Mar 09, 2020 11:42 AM|mgebhard|LINK
The error is very clear. You forgot to add an [HttpPost]Save() method to your PurchasedGoodsQC controller. Unfortunately, you did not include all the relevant code...
Also, it appears you are trying to submit a collection but your markup is missing the name attribute and indexes. Perhaps go through a Getting Started tutorial.