DataControlReference.ToString Method ()

.NET Framework (current version)
 

Gets the literal string DataControl that has the value of the DataControlReference.ControlID control appended to it.

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

Public Overrides Function ToString As String

Return Value

Type: System.String

The literal string DataControl:  that has the value of the DataControlReference.ControlID property appended to it.

If the ControlID property is empty or null, the literal string DataControl  is returned.

.NET Framework
Available since 4.0
Return to top
Show: