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