I want to call a controller method from my view passing some values from the view to the controller method. How can i collect those values and pass them to the controller method and call the method?
I want to call a controller method from my view passing some values from the view to the controller method. How can i collect those values and pass them to the controller method and call the method?