I want to know is it possible to find out the value of html.textbox inside a view. if i have @Html.TextBox("textdata") can I read data from that textbox like in my paragraph
my value is: **
So i need this becouse i want that user write a number inside a textbox which i will take as an param to my function like: @Html.ActionLink("click me", "actionname", "controller", new { param = textbox value}, "")