6 references to Eval
System.Web (6)
ModelBinding\ControlValueProvider.cs (1)
52
object value = DataBinder.
Eval
(foundControl, propertyName);
UI\DataBinder.cs (1)
128
object value = DataBinder.
Eval
(container, expression);
UI\TemplateControl.cs (1)
815
return DataBinder.
Eval
(Page.GetDataItem(), expression);
UI\WebControls\BoundField.cs (1)
491
data = DataBinder.
Eval
(dataItem, boundField);
UI\WebControls\ControlParameter.cs (1)
175
object value = DataBinder.
Eval
(foundControl, propertyName);
UI\WebControls\ProfileParameter.cs (1)
105
return DataBinder.
Eval
(context.Profile, PropertyName);