The
methods
of System.Web.UI.DataBinder are listed below. For a list of all members, see the DataBinder Members list.
See Also: Inherited members from System.Object
Public Methods
static | Eval(object, string) : object
Evaluates data-binding expressions at run time.
|
static | Eval(object, string, string) : string
Evaluates data-binding expressions at run time and formats the result as a string.
|
static | GetDataItem(object) : object
Retrieves an object's declared data item.
|
static | GetDataItem(object, out bool) : objectDocumentation for this section has not yet been entered. |
static | GetIndexedPropertyValue(object, string) : object
Retrieves the value of a property of the specified container and navigation path.
|
static | GetIndexedPropertyValue(object, string, string) : string
Retrieves the value of the specified property for the specified container, and then formats the results.
|
static | GetPropertyValue(object, string) : object
Retrieves the value of the specified property of the specified object.
|
static | GetPropertyValue(object, string, string) : string
Retrieves the value of the specified property of the specified object, and then formats the results.
|