Click here to Skip to main content
15,890,336 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I have XML file as below i want to find a specific XML record depending upon their ID value can you help me how to write a code in ASP.net using C#
XML
<details>
  <entry id="101" name="Ramesh" location="Hyderabad" gender="Male" />
  <entry id="102"" name="Shilpa" location="Hyderabad" gender="Female" />
</details>
Posted
Updated 29-Oct-12 11:14am
v2

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900