Here is my xml file:
<?xml version="1.0" encoding="utf-8"?>
<entry>
<comment Name="xxx" Location="India" Email="[email protected]" Gender="Male" />
<comment Name="yyy" Location="usa" Email="[email protected]" Gender="Male" />
<comment Name="zzz" Location="uae" Email="[email protected]" Gender="Male" />
<comment Name="abc" Location="china" Email="[email protected]" Gender="Male" />
</entry>
How do I display only the comment tags' data (e.g. name,location,email,gender) in ASP.NET? Please help. Thank you.
Output
Code Behind
Mark Up
Add an Xml File in the Project