Jquery – single form and multiple submit (with multiple value)
I Have a "For Loop" In ASP.NET Core Like This : <button type="submit" Form="FormActive" name="id" value="@item.I"></button> <!--It Will Create SomeThing Like This:--> <button type="submit" Form="FormActive" name="id" value="1"></button> <button type="submit" Form="FormActive" name="id" value="2"></button> <button type="submit" Form="FormActive" name="id" value="3"></button> ... ... ...…