What is X-Path?
Answers were Sorted based on User's Feedback
Answer / naresh
XPath (XML Path Language) is a language for selecting nodes
from an XML document. In addition, XPath may be used to
compute values (strings, numbers, or boolean values) from
the content of an XML document. XPath was defined by the
World Wide Web Consortium, W3C.
The XPath language is based on a tree representation of the
XML document, and provides the ability to navigate around
the tree, selecting nodes by a variety of criteria. In
popular use (though not in the official specification), an
XPath expression is often referred to simply as an XPath.
Is This Answer Correct ? | 6 Yes | 1 No |
In which event of the page life cycle, is the viewstate available?
What are the disadvantages of viewstate/what are the benefits
Where session id is stored?
WHAT ARE DEFFERENCE BETWEEN DATALIST AND DATAGRID
Where code pages are used?
Describe the difference between inline and code behind - which is best in a?
How to retrieve data row by row from a DataTable? Thanks In advance PriyaPP
What is is post back property in asp net?
which event in global.asx that fires for every request of same user?
Why does a user need nothing more than a Web browser to view ASP.NET pages?
Fetch one page value to another page without using state-managment ?
How do you validate the controls in an ASP .NET page?