Returns a DHTML code fragment that the client browser can use to reference the form on the page that was posted.
- formID
- Documentation for this section has not yet been entered.
A string with a reference to the form on the page that was posted.
The PageAdapter.GetPostBackFormReference(string) method provides a DHTML reference to the postback form. The code fragment has the following format:
document.forms['formID']