ASP.Net More than 1 form?

前端 未结 5 1701
既然无缘
既然无缘 2021-01-19 07:15

On every page (sitting in the master) I have the login fields.

In the other pages I have different controls, e.g. a contact formular.

How can I set more than

5条回答
  •  情歌与酒
    2021-01-19 08:08

    it can't be done with Asp.net web forms(you can have many forms but only one should have a runat="server" which isn't paractical) but you can get it done easely with Asp.net MVC

提交回复
热议问题