2 references to ControlID
System.Web.DynamicData (2)
DynamicData\DynamicFilterExpression.cs (2)
30
var result = Misc.FindControl(control,
ControlID
) as IFilterExpressionProvider;
32
throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, "The control '{0}' could not be found.",
ControlID
));