Evaluates an XPath data-binding expression using the specified prefix and namespace mappings for namespace resolution and the specified format string to display the result.
A string that results from the evaluation of the data-binding expression and conversion to a string type.
The TemplateControl.XPath(string, string, System.Xml.IXmlNamespaceResolver) method calls the XPathBinder.Eval(object, string, string, System.Xml.IXmlNamespaceResolver) method using the Page.GetDataItem method to resolve the System.Xml.XPath.IXPathNavigable object reference that the expression is evaluated against.