Hello
I want to read xml file using asp.net. How can I read it? I am using c# for the coding with asp.net. Please help.
Thanks
Hello
I want to read xml file using asp.net. How can I read it? I am using c# for the coding with asp.net. Please help.
Thanks
You can try this and see if it works for you...
Thanks!
Micro Niche Builder - Build SEO Friendly Sites that CONVERT LIKE CRAZY for Adsense, Amazon, Clickbank, & CPA Offers!
SEO Contest - Home of the WORLD FAMOUS Search Engine Optimization Contests. Think you got what it takes?
You can use xmlwriter and reader for this. You will find it in System.IO.
PHP Code:xmltextwriter wr = new xmltextwriter();
wr.writer("anything");
your qustion is very nice.the xml file is case sensitive and the xml file is read through the adrotater control
In solution Explorer Add XML file then use below code
xmltextwriter wr = new xmltextwriter();
wr.writer("String");
There is a class called xmtextwriter and reader use it for readign and writing xml file
Bookmarks