Evaluates an XPath data-binding expression using the specified prefix and namespace mappings for namespace resolution and returns a node collection that implements the IEnumerable interface.
An IEnumerable node list.
The TemplateControl.XPathSelect(string, System.Xml.IXmlNamespaceResolver) method calls the XPathBinder.Select(object, 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.