I\'m using jQuery UI dialog. I have a delete form as follows:
@using (Ajax.BeginForm(\"DeleteUser\", \"Administrator\", new { id = Model }, new AjaxOptions {
I think the form is getting submitted because your DeletingUser is not available at post time. see this stackoverflow article (no solution yet)