问题
I just wanted to confirm if this was true or not - I remember reading somewhere that it was now possible, but after an hour of googling I can't find any definitive proof.
回答1:
In ASP.NET WebForms you cannot use multiple forms as it uses a single form model.
In ASP.NET MVC you can.
来源:https://stackoverflow.com/questions/2504209/are-multiple-forms-on-a-single-page-supported-in-asp-net-3-5