how to pass Html.TextBox to controller?
Posted
by sam26092004
on Stack Overflow
See other posts from Stack Overflow
or by sam26092004
Published on 2010-01-14T16:34:15Z
Indexed on
2010/04/15
15:03 UTC
Read the original article
Hit count: 313
html.textbox
|controller
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.
© Stack Overflow or respective owner