HtmlForm
Working with HtmlForm
An HtmlForm control is required to process postback requests. A Web Forms page might only
have one server side <form> tag; however, client forms (no runat=server attribute)
can also postback to server-side logic as long as a server-side form is present on the
page.
The following sample illustrates using the HtmlForm control.
Copyright 2001 Microsoft Corporation. All rights reserved.