DataBinder Methods
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() ![]() | Eval(Object, String) | Evaluates data-binding expressions at run time. |
![]() ![]() | Eval(Object, String, String) | Evaluates data-binding expressions at run time and formats the result as a string. |
![]() ![]() | GetDataItem(Object) | Retrieves an object's declared data item. |
![]() ![]() | GetDataItem(Object, Boolean) | Retrieves an object's declared data item, indicating success or failure. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() ![]() | GetIndexedPropertyValue(Object, String) | Retrieves the value of a property of the specified container and navigation path. |
![]() ![]() | GetIndexedPropertyValue(Object, String, String) | Retrieves the value of the specified property for the specified container, and then formats the results. |
![]() ![]() | GetPropertyValue(Object, String) | Retrieves the value of the specified property of the specified object. |
![]() ![]() | GetPropertyValue(Object, String, String) | Retrieves the value of the specified property of the specified object, and then formats the results. |
![]() | GetType() | |
![]() ![]() | IsBindableType(Type) | Determines whether the specified data type can be bound. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |

