FieldTemplateUserControl.FindOtherFieldTemplate Method (String)

 

Determines the field template that is used to render a specified data column.

Namespace:   System.Web.DynamicData
Assembly:  System.Web.DynamicData (in System.Web.DynamicData.dll)

protected FieldTemplateUserControl FindOtherFieldTemplate(
	string columnName
)

Parameters

columnName
Type: System.String

The data column the field template renders.

Return Value

Type: System.Web.DynamicData.FieldTemplateUserControl

The field template that is used to render a specified data column.

.NET Framework
Available since 3.5
Return to top
Show: