Ajax.BeginForm OnBegin confirmation Via jquery modal

后端 未结 3 394
误落风尘
误落风尘 2021-01-06 08:03

I\'m using jQuery UI dialog. I have a delete form as follows:

@using (Ajax.BeginForm(\"DeleteUser\", \"Administrator\", new { id = Model }, new AjaxOptions {         


        
3条回答
  •  情话喂你
    2021-01-06 08:20

    I think the form is getting submitted because your DeletingUser is not available at post time. see this stackoverflow article (no solution yet)

提交回复
热议问题