Share via


InventDimCtrl_Frm::newFromASPWebForm Method [AX 2012]

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

  • _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.

See Also

Reference

InventDimCtrl_Frm Class