tags:

views:

10

answers:

0

Hello, is there a way using Javascript or Jquery to use the value of a hidden field which i modify dynamically (depending on other stuff) to and actionlink helper?

<%=Html.ActionLink("Groups", "List", "Home", new { brokerId = ??? HIDDEN INPUT FIELD ??? })%>

Thanks in advance.