Ajax inside Button Click (Getting parameter / Asp.NET MVC)
- by Ph.E
Greetings gentlemen
I'm trying to implement the following code in my View, and unfortunately I'm not getting. The event is called, but I can not receive the parameter.
Does anyone have any ideas?
Method:
<p><%= Html.AjaxButtonLink("btnExcluir","btnExcluir","Excluir", null, Url.Action("Excluir", new { IdMenu = Model.MenuInfo.Id_menu }))…