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
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
You can use ajax method to call Action method in the controller after page laod of view.