XPathBinder::Select Method
.NET Framework (current version)
Uses an XPath data-binding expression at run time to return a list of nodes.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Select(Object^, String^) | Uses an XPath data-binding expression at run time to return a list of nodes. |
![]() ![]() | Select(Object^, String^, IXmlNamespaceResolver^) | Uses an XPath data-binding expression at run time to return a list of nodes, using the IXmlNamespaceResolver object specified to resolve namespace prefixes in the XPath expression. |
You can use the overloaded Select method declaratively if you want to simplify the retrieval of a set of nodes using an XPath query. To do so, you must place the <%# and %> tags, which are also used in standard ASP.NET data binding, around the XPath query.
Show:

