I am trying to understand how to use:
@Html.Action("GetOptions", )
What I would like to do is to pass a call to my controller and pass the parameters:
pk = "00" and rk = "00"
Can someone explain how I can do that with the Html.Action
See Question&Answers more detail:os