PageTheme::Eval Method

 

Uses the DataBinder::Eval method of the Page control that the instance of the PageTheme class is associated with to evaluate a data-binding expression.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_protmethodEval(String^)

This API supports the product infrastructure and is not intended to be used directly from your code. Uses the DataBinder::Eval(Object^, String^) method of the Page property that the instance of the PageTheme class is associated with to evaluate a data-binding expression.

System_CAPS_protmethodEval(String^, String^)

This API supports the product infrastructure and is not intended to be used directly from your code. Uses the DataBinder::Eval(Object^, String^, String^) method of the Page property that the instance of the PageTheme class is associated with to evaluate a data-binding expression.

Return to top
Show: