Micro Niche Builder
Closed Thread
Results 1 to 7 of 7

Thread: Reading xml file

  1. #1

    Default Reading xml file

    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


  2. #2
    404 Error Not Found... decipher has a reputation beyond repute decipher has a reputation beyond repute decipher has a reputation beyond repute decipher has a reputation beyond repute decipher has a reputation beyond repute decipher has a reputation beyond repute decipher has a reputation beyond repute decipher has a reputation beyond repute decipher has a reputation beyond repute decipher has a reputation beyond repute decipher has a reputation beyond repute decipher's Avatar
    Join Date
    Jan 2003
    Posts
    4,297
    Thanks
    132
    Thanked 294 Times in 195 Posts
    Blog Entries
    12

    Default

    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?


  3. #3

    Default

    You can use xmlwriter and reader for this. You will find it in System.IO.

    PHP Code:
    xmltextwriter wr = new xmltextwriter();
    wr.writer("anything"); 

  4. #4

    Default

    your qustion is very nice.the xml file is case sensitive and the xml file is read through the adrotater control

  5. #5

    Default

    In solution Explorer Add XML file then use below code

    xmltextwriter wr = new xmltextwriter();
    wr.writer("String");

  6. #6

    Default

    Quote Originally Posted by hiren_mehta007 View Post
    In solution Explorer Add XML file then use below code

    xmltextwriter wr = new xmltextwriter();
    wr.writer("String");
    Hey,
    I have tried as you said but still it is not working.
    Any other solution?

  7. #7

    Default

    There is a class called xmtextwriter and reader use it for readign and writing xml file

Closed Thread

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts