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
Student
All time motivated by the spiritual way of India. Really I am amazed by the culture preserved there. Also, I am a daily runner and also try to complete the higher strength of being a runner.
You can use ajax method to call Action method in the controller after page laod of view.