DynamicFieldDesigner.CreateTemplateField Method (DataControlField, DataBoundControl)
.NET Framework (current version)
Creates a TemplateField field for the specified data field.
Assembly: System.Web.DynamicData.Design (in System.Web.DynamicData.Design.dll)
override CreateTemplateField :
dataControlField:DataControlField *
dataBoundControl:DataBoundControl -> TemplateField
Parameters
- dataControlField
-
Type:
System.Web.UI.WebControls.DataControlField
The data field object.
- dataBoundControl
-
Type:
System.Web.UI.WebControls.DataBoundControl
The data-bound control that contains the data field object.
The CreateTemplateField method is invoked by the designer when it converts a data control field into a TemplateField object.
.NET Framework
Available since 3.5
Available since 3.5
Show: