This post will give you an idea about how can you show a
bootsrap modal using Html.ActionLink. I will also show you that how can you
call a java script function with argument while showing modal.
Ones you will be able to call java script function while
showing modal then you will be able to fetch data from server using ajax.
Hyperlink Code :
@Html.ActionLink("Detail", "_myModal", "Usertask", new { id = item.ID }, new { data_toggle = "modal", data_target = "#myModal", onclick = "test("+item.ID +");" })