how to pass Html.TextBox to controller?
- by sam26092004
May be this simple. But, I've hard time figuring it out.
I've a controller with different actions that calls the DB code and return result. I want to pass the value of text box to different actions in controller.
How to do it? I know that, I can pass values by using form. But, I don't to know how to call different actions in controller from single view.