A list of methods for the Page Class
Protected Methods
| Method | Description |
|---|---|
| Continues execution after execution has been paused. | |
| Gets the data from the DataTable. | |
| Gets the data from a row in the datatable. | |
| Gets the value of a field. | |
| Gets the name of the file on the page. | |
| Gets the specified indicator. | |
| Gets the specified option indicators. | |
| Gets the specified response indicator. | |
| Gets the specified response indicators. | |
| Gets the data from a row of a Subfile. | |
| Gets the value of a subfile field. | |
| Gets the specified subfile option indicator. | |
| Gets the specified subfile option indicators. | |
| Gets the specified subfile response indicator. | |
| Gets the specified subfile response indicators. | |
| Tests whether Record Format is active | |
| Allows you to intervene when data is being copied from the data sent by the browser to the display buffer data set. The Request is processed here. | |
| Allows you to intervene when data is being copied from the display buffer data sent to the 'dds' controls in the page. The Response is formulated here. | |
| Allows you to intervene when data is being copied from the display buffer data sent to the 'dds' controls in the page. The Response is formulated here. | |
| Overloaded. Returns the System.Data.DataRow object in preparation for the rendering phase. | |
| Sets the value for a selected field. | |
| Sets the value of a selected option indicator. | |
| Sets the value of a selected response indicator. | |
| Sets the value for a selected subfile option indicator. | |
| Sets the value for a selected subfile response indicator. | |
| Sets the value for a selected subfile field. |
