Are multiple forms on a single page supported in asp.net 3.5?

核能气质少年 提交于 2019-12-12 13:20:01

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!