XML Query in C#
C#
3
Posts
3
Posters
0
Views
1
Watching
-
Hi All, Please tell me how to write XML query in Asp.net. I hav temple.xml file which contain data of temple. now i want to apply search on it.
-
Hi All, Please tell me how to write XML query in Asp.net. I hav temple.xml file which contain data of temple. now i want to apply search on it.
The ASP.NET part is irrelevant. You want to use C#. So, what version of C# do you have ? That will determine if you want to use LINQ or if you need to use the XMLDocument class.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.