Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates and returns an instance of the InventDimCtrl_Frm class based on an ASP.NET control.
Syntax
client server public static InventDimCtrl_Frm newFromASPWebForm(
WebControlId _rootControlUniqueId,
WebControlId _dataSourceControlId,
DataSetRun _dataSetRun)
Run On
Called
Parameters
- _rootControlUniqueId
Type: WebControlId Extended Data Type
The unique ID of the ASP.NET user control.
- _dataSourceControlId
Type: WebControlId Extended Data Type
The ID of an ASP.NET data source.
- _dataSetRun
Type: DataSetRun Class
The DataSetRun instance that provides data to the controls.
Return Value
Type: InventDimCtrl_Frm Class
An instance of this class that will be used in an ASP.NET user control.