a page can have only one server-side form tag

前端 未结 6 1782
余生分开走
余生分开走 2020-11-29 08:28

I am using master page and when I run this page, it shows the following error message:

a page can have only one server-side form tag

6条回答
  •  情歌与酒
    2020-11-29 09:12

    It sounds like you have a form tag in a Master Page and in the Page that is throwing the error.

    You can have only one.

提交回复
热议问题