DynamicDataManager::RegisterControl Method (Control^, Boolean)
.NET Framework (current version)
Registers a control with the DynamicDataManager control.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
Parameters
- control
-
Type:
System.Web.UI::Control^
The data control to register.
- setSelectionFromUrl
-
Type:
System::Boolean
true to use the primary key to set the selected item; otherwise, the selected item is not set.
Registering the control enables its dynamic behavior. If the setSelectionFromUrl parameter is true and the primary key value is found in the route values, the primary key will be used to set the selected item. The primary key value is typically passed in the route by using the query string in the request URL.
.NET Framework
Available since 3.5
Available since 3.5
Show: