FormAction
Sets the action that the form takes. You can use this property only if the DisplayForm property is set to true. By default, the form action is blank, which causes a submit to return to the same page.
Property parameters
None
Examples
block.FormAction = "mypage.asp";