The HtmlForm control allows you to program against the HTML <form> element. To take advantage of the page framework's postback services... Author: unknown Code: ASP.NET Beta 1 & VB
The HtmlForm control is used as a container for server controls on a Web page. All server controls that post back to the server must be placed between the opening and closing tags of an HtmlForm control. Author: ASP Alliance Code: ASP.NET v1.0 & VB