ImageField.ThisExpression Field
.NET Framework 3.0
Represents the "this" expression.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The ThisExpression field is use to indicate that the ImageField object should bind to the data source itself rather than a filed of the data source. In this case, the value returned by the object's ToString method will be displayed in the field.
Community Additions
ADD
Show: