<td><button id="@questions.QbId" onclick="@Url.Action("ViewQuestionDetails","Admin" , new { QBID=questions.QbId })" class="btn btn-primary">View</button></td>
on button click i need to call a method in controller by using Qbid but it is not working