This is a form with no explicitly set action attribute. This should work on most browsers, and should actually give you the expected results when trying to use a URL rewriter.
If you want though, you can set the action attribute explicitly via the 'PreferredAction' property on this form.
This form also allows you to let it render the hidden fields (such as the viewstate field) to the bottom of the page. This can be useful for search engines, which may only process the first n bytes of a page.
Link to the code for this page
Go back to the toolbox