ASP PAGE STRUCTURE (ASP .NET CONTROLS)

ASP.NET Controls

  • ASP.NET controls can be freely interspersed with the text and HTML content of a page.
  •  The only requirement is that the controls should appear within a <form Runat="Server"> tag.
  • One significant limitation of ASP.NET pages is that they can contain only one <form Runat="Server"> tag.
  •  This means that we cannot group ASP.NET into multiple forms on a page. If we try, you get an error.

No comments:

Post a Comment