Multiple choice technology programming languages

The number of forms that can be added to a aspx page is

  1. 1

  2. 2

  3. 3

  4. More than 3

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

ASP.NET Web Forms allows exactly one server-side form () per page because the postback model relies on a single form containing all postback controls. While multiple client-side HTML forms without runat="server" are possible, only one can be a server form.