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 |
what is AutoEventWireUp and what is the use of This property explain in details?
Why do we need url encoding?
What is the difference between session and viewstate?
How do you declare delegates and are delegates and events one and the same and explain how do you declare delegates and invoke them ?
Where are session variables stored?
What is MVVM in dot net?
if u r projet consist of 4 people means how can u manage the file
What is content page in asp net?
What is the usage of DelegatingHandler?
if i have placed the button control with the OnClick event like <asp:Button ID="mybutton" runat="server" Text="Insert" onclick="mybutton_Click" /> and some other controls(buttons, textboxes) in .aspx page. When i run the page, the button displays in the page source of the browser like <input type="submit" name="mybutton" value="Insert" id="mybutton" /> here, it does not display the onclick event, then how the page calls the button click on the server side, how the server side identify which button cause the submit, and how this page moves to the server side.
What is deference between asp.net, vb.net, c# & j#
Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc