When a view loads successfully then I want to update the database table using the controller method. that controller method does not need to return the list.
provide me with an easy solution to solve it. Thank you
How to call a controller method after load view successfully in MVC 4?
952
06-Jan-2023
Updated on 06-Jan-2023
Sai Buildrers & Aatma Pvt. Ltd.
25-Jan-2023You can use ajax method to call Action method in the controller after page laod of view.