ASP.Net More than 1 form?

前端 未结 5 1697
既然无缘
既然无缘 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

    ASP.NET Web Forms are built around the concept of 1-form only. To get around this you'd need to either use a different flavor (a la MVC) or take a look at this article for how to get around it in Web Forms:

    http://www.codeproject.com/KB/aspnet/CHtmlForm.aspx

提交回复
热议问题