asp.net.ph

HtmlForm.Action Property

System.Web.UI.HtmlControls Namespace   HtmlForm Class


Sets or retrieves the URL of the page that is to process form data on postback.

Syntax


Inline <from action = strUrl ... >
Script HtmlForm.Action [ = strUrl ]

Property Value


strUrl String specifying the URL to process the form data.

The property is read/write, the value of which defaults to the current page.

Remarks

Advanced Web developers can override the default value to post to another location.

CAUTION: The postback routing built into the Web Forms page framework are bypassed if a developer chooses to override this value.

See Also

HtmlForm Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph